Skip to main content
Inspiring
November 18, 2006
Question

Session Variable question

  • November 18, 2006
  • 1 reply
  • 301 views
If I create a session variable (svUsername) in asp that is assigned the
users username from the previous login page, and then another user logs in
with a different username, will each user see there own username in
svUsername on their own machine or could user1 see user2's username on
user1's machine?


This topic has been closed for replies.

1 reply

Inspiring
November 19, 2006
User1 will NEVER see User2's information. One less thing to worry about so
now you can sleep comfortably. :-)



"SteveG" <ssdfsd@sdfsd.com> wrote in message
news:ejo5k9$ffc$1@forums.macromedia.com...
> If I create a session variable (svUsername) in asp that is assigned the
> users username from the previous login page, and then another user logs in
> with a different username, will each user see there own username in
> svUsername on their own machine or could user1 see user2's username on
> user1's machine?
>