Thursday, March 22, 2012

Session Variables

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

--

"Ryan.Yeh" <cw_yeh@.hotmail.com> a crit dans le message de
news:OkixDDT2DHA.1764@.TK2MSFTNGP10.phx.gbl...
> 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,

0 comments:

Post a Comment