I have a web site that uses one session variable and is used for keeping someone logged in for that session.
If a user is logged in and loses connection to the internet for a few seconds, will the session variables be lost?
The reason I ask this is because I'm hearing from one person that he is constantly kicked out. I know this person is "utilizing his resources" for his wifi internet connection at home so it's unreliable.
How session variables work question
Page 1 of 11 Replies - 793 Views - Last Post: 10 September 2010 - 12:44 PM
Replies To: How session variables work question
#2
Re: How session variables work question
Posted 10 September 2010 - 12:44 PM
If a user is inactive, by default, Session times out after 20 minutes.
A Session Identifier is issued to the person's browser in the form of a cookie (by default).
If the person has cookies turned off then they are going to have problems.
-Frinny
A Session Identifier is issued to the person's browser in the form of a cookie (by default).
If the person has cookies turned off then they are going to have problems.
-Frinny
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|