I was trying to make my site working if browser cookies are disabled so tried with session and changed in web config with cookieless="AutoDetect" regenerateExpiredSessionId="true" in my registration form but now after filling form when i click to subim button page is again reloading and button click event is not fired.

1

There are 1 answers

3
JCleveland On

"If the request that is made with the expired session ID is made by using the HTTP POST method, any posted data will be lost when regenerateExpiredSessionId is true. This is because ASP.NET performs a redirect to make sure that the browser has the new session identifier in the URL."

http://msdn.microsoft.com/en-us/library/ms178581.aspx