Re: [Phplib-users] Re: [phplib] current users?
Brought to you by:
nhruby,
richardarcher
From: Layne W. <la...@if...> - 2001-08-22 17:20:09
|
> > For my purpose, I chose to count multiple logins on one > session id as a > > single login. > > Here you contradict your previuos assertion, because you say 'one > session id'... No, I was talking about two different cases. The first was the multiple processes. The second is: 1. I go to the site and get a session id 2. I go to a protected area, login, and am now authorized 3. I leave my computer and the auth timeout (15 or 30 minutes default) expires 4. The session doesn't expire for about a day by default, so I still have that session id 5. I come back to my computer, my stateless browser still has the last page I was on, which was built when I was authorized 6. I click a link 7. Since I am unauthorized due to inactivity, I login again Different auths, same session. Layne Weathers Ifworld Inc |