S
Slawek
Hi everyone,
I have a problem with session state that I can't solve. I have a very simple
application with 2 aspx pages and all I want to do is to set a session
variable on first page (Session["Var1"]="Test" and then redirect from this
page to second one and read this variable there (string sval =
Session["Var1"].ToString(). Thats all. The problem is that when I try to
do it from different computers it sometimes doesn't work properly ( I mean
on the second page I have new session with different SessionId and of course
without my variable). Any ideas why?? I think that there are some
differences between IE settings on these computers.
Thanks for any help
Regards
Slawek
I have a problem with session state that I can't solve. I have a very simple
application with 2 aspx pages and all I want to do is to set a session
variable on first page (Session["Var1"]="Test" and then redirect from this
page to second one and read this variable there (string sval =
Session["Var1"].ToString(). Thats all. The problem is that when I try to
do it from different computers it sometimes doesn't work properly ( I mean
on the second page I have new session with different SessionId and of course
without my variable). Any ideas why?? I think that there are some
differences between IE settings on these computers.
Thanks for any help
Regards
Slawek