Session Variables

  • Thread starter Thread starter Ryan.Yeh
  • Start date Start date
R

Ryan.Yeh

Hi, out there,
I'm facing a problem that UserA viewing UserB data.
E.g. UserA Login with his unique ID and UserB with diffrent User ID.
A session variable is used to store the Login ID, "Session.add("UserID",
vValue)". However, somethimes UserA/ B is getting others' Login ID. Is that
any article out there discussing about this issue????


regards,
 
What exactly is not unique ?
SessionID ?
LoginID that is a pk in the user table ?
Login ID that you compute yourself ?
What is the Session state provider ?

Patrice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top