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

Session Variable question

LEGEND ,
Nov 18, 2006 Nov 18, 2006

Copy link to clipboard

Copied

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

Views

278
Translate

Report

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

Copy link to clipboard

Copied

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?
>


Votes

Translate

Report

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