Question About Session State

  • Thread starter Thread starter Joey
  • Start date Start date
J

Joey

asp.net 2/C#/VS2005

I have a webform where I am storing info in a table/dataset in Session
state. When I do a post back from the webpage, the info (rows) is lost
when using Firefox as the browser. However, it works fine when using
IE. Both browsers are set to use cookies.

Does anyone know what is causing this?
 
asp.net 2/C#/VS2005

I have a webform where I am storing info in a table/dataset in Session
state. When I do a post back from the webpage, the info (rows) is lost
when using Firefox as the browser. However, it works fine when using
IE. Both browsers are set to use cookies.

Does anyone know what is causing this?

What about normal values (e.g. Session("test")="test"), does it work?
 
Back
Top