|
|
#1 (permalink) |
|
lost on fifth
Join Date: Mar 2009
Posts: 23
|
Log in and throw out...
Why is it after a certain time after logging in and viewing threads I'm suddenly not logged in anymore? Do I smell??? Bad breath? I have a good attitude!
Little help please... |
|
|
|
| register to remove these adverts | |
|
|
#5 (permalink) | |
|
aņejo
![]() Join Date: Feb 2006
Posts: 25,599
|
Quote:
Sorry, it's been a long day. I'm having a difficult time trying to explain this.
|
|
|
|
|
|
|
#6 (permalink) |
|
beach geek
admin ![]() Join Date: Apr 2001
Location: 10 year Playa resident lost in Sweden
Posts: 12,270
|
It's just how the Interwebz work. HTML is a stateless protocol. You really are never 'logged in.' Requests are either accepted or rejected based upon the authentication scheme used, in this case, a cookie, which is just a local value stored by your browser associated with the domain of the site you are accessing. A cookie (which is set on your browser during the 'login' process) normally lives about 15 minutes (this is settable by the site administrator, but 15 minutes is default for this software). After that time, the cookie expires and no longer identifies your account.
This is different from the "who is online" function of the forum, which simply remembers a list of what users have made requests in the last 15 minutes. You can have a valid cookie yet not be on that list, so you might think you are "logged out" but you are not... since you are never really logged in anyway.
|
|
|
|
![]() |
| Thread Tools | |
|
|