Need to kill a session?
Posted
by rob - not a robber
on Stack Overflow
See other posts from Stack Overflow
or by rob - not a robber
Published on 2010-04-06T01:46:11Z
Indexed on
2010/04/06
1:53 UTC
Read the original article
Hit count: 481
Really quick here... I think I have the answer, but just looking for some validation.
I have a site with two "points of entry." One is for a standard user and one is for an admin account. In the real world, an admin could have a standard user account and try to login as an admin while already being under the standard user session.
I have two separate front ends to facilitate login. The normal user one is frilly and has ads and the like, the admin one is strictly business, so any suggestion to have the two user types login through the same "door" is not on the table.
Would you advise on the admin login page to destroy any active sessions? Once the admin is in, they'll only be tooling around in their admin area and not on the main site.
Has anyone run into probs using this method and having an admin-type user try to log back in in a new window as a "user" to view changes from a logged in user's prespective?
Thanks in advance. So many cans of worms :)
© Stack Overflow or respective owner