Session state Expiring

  • Thread starter Thread starter csgraham74
  • Start date Start date
C

csgraham74

Hi Guys,

Im currently going round in circles with a session state issue on an
asp.net vb application.

Basically session state is constantly expiring after about a few
clicks through my website in IE7- the funny thing is that i have just
tried it in firfox and everything is working fine and session state is
not expiring.

Does anyone have any ideas ??

is it possible that the page_load event would not get hit ???

in my web.config i have the following <sessionState
cookieless="AutoDetect" timeout="30000" />

any help appreciated

CG
 
Back
Top