Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Session Variable question

LEGEND ,
Nov 18, 2006 Nov 18, 2006
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?


TOPICS
Server side applications
280
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 19, 2006 Nov 19, 2006
LATEST
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?
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines