Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi All
When setting our sessionState in the web.config to AutoDetect.
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="AutoDetect" timeout="20" />
Our website works fine with browsers with cookies enabled but if a user has cookies disabled whenever they click on a link the page just postsback. Any ideas why this is happening?
Thanks
Matt
Intentional bump :-)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Session state in Web.config
Hi All
When setting our sessionState in the web.config to AutoDetect.
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="AutoDetect" timeout="20" />
Our website works fine with browsers with cookies enabled but if a user has cookies disabled whenever they click on a link the page just postsback. Any ideas why this is happening?
Thanks
Matt
Intentional bump :-)
is working on a reply...