L
lalit
Hi every one
I m storing a value in session like
session["User"] = some value
then I am checking evrery page onLoad that if this session["User"] ==
Null then Send to login page.
It does that but If I open a new Browswer window to make another User
then it show me the same User. Why is that ?
Why it having same Response.Write(Session.SessionID) same on each
browser????????//
Is there any seting I have to change.
PLease
I m storing a value in session like
session["User"] = some value
then I am checking evrery page onLoad that if this session["User"] ==
Null then Send to login page.
It does that but If I open a new Browswer window to make another User
then it show me the same User. Why is that ?
Why it having same Response.Write(Session.SessionID) same on each
browser????????//
Is there any seting I have to change.
PLease