Re: Is Session Always Cleared?
- From: Hans Kesting <news.hansdk@xxxxxxxxxxxxxxx>
- Date: Thu, 25 Sep 2008 10:42:12 +0200
Jonathan Wood explained :
Thanks for the additional vote of confidence on Session.
There is a slight possibility that at least one of the users did log on as other users. I will quiz them on if they might have logged on as the users whose data they saw when they logged on as themselves.
I don't know that's the issue but I'll explore it. Is there as straight forward way to allow multiple users to log on from the same computer?
Jonathan
What exactly do you mean by "multiple users logging in from the same computer"?
If there is just one user at a time then there shouldn't be a problem.
If the first user closes his browser after he is finished, the session cookie is forgotten. A new browser instance will use a new session.
When the first user logs out, you can destroy the session server side (Session.Abandon).
However, two users at *the same time* from the same computer could lead to problems. The various browser windows could use the same cookie set. So when a second user opens a new window, he could be automatically using the session of the first user.
I think that firefox uses the same cookieset for all it's windows. For IE it depends on how the new window is started.
Hans Kesting
.
- Follow-Ups:
- Re: Is Session Always Cleared?
- From: Cowboy \(Gregory A. Beamer\)
- Re: Is Session Always Cleared?
- From: Jonathan Wood
- Re: Is Session Always Cleared?
- References:
- Is Session Always Cleared?
- From: Jonathan Wood
- Re: Is Session Always Cleared?
- From: Cowboy \(Gregory A. Beamer\)
- Re: Is Session Always Cleared?
- From: Jonathan Wood
- Is Session Always Cleared?
- Prev by Date: Ajax UpdatePanel DropDownList auto-repeat problem.
- Next by Date: Re: Page event sequence and Databinding question
- Previous by thread: Re: Is Session Always Cleared?
- Next by thread: Re: Is Session Always Cleared?
- Index(es):
Relevant Pages
|