Forum Moderators: open
If anyone has any input - please hlp!
I have a frame set page that uses session variables to pass a login key allowing access. On the logout page - I use a session("userinfo")="" followed by a session.abandon, then refresh the top page.
This part works fine and the user is logged out, and the session variables are cleared.
Now if a 2nd user logs in, the 1st users session values appear instead of the 2nd.
Any ideas?