Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > asp.net session expiration

Reply
Thread Tools

asp.net session expiration

 
 
FreeTheCode
Guest
Posts: n/a
 
      11-11-2005
it seems that a session in asp.net sometimes expires before its time is
supposed to expire? so for example i developed a client side that relies on a

if Session("Var") > 0 then

else
end if

to verify that a user is logged in with proper credentials. now sometimes
the session expires before the twenty minute mark and kicks the user out of
the client side because the Session("Var") is no longer > 0. can someone tell
me why this is happening?
--
Coding Poet Society
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Security issue / Session variable expiration? VB Programmer ASP .Net 1 09-15-2004 06:18 PM
Page expiration - Is it with Session.Timeout naijacoder naijacoder ASP .Net 3 09-09-2004 12:59 PM
BUG: Response.Redirect causes premature session expiration when using cookieless sessions (.NET 1.1.4322) Anthony Williams ASP .Net 9 06-09-2004 06:30 PM
Posting Again- Redirecting to Login page while session expiration Vijay ASP .Net 3 11-04-2003 03:36 AM
Redirecting session expiration Vijay ASP .Net 0 11-03-2003 10:47 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57