session getting expire again and again on any dropdown selection change , button clicked and also on redirection any time..
what should i do..
my web config
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<system.web>
<!--<sessionState mode="InProc" timeout="40" stateNetworkTimeout="40" cookieless="false" regenerateExpiredSessionId="true"></sessionState>-->
<customErrors mode="On" defaultRedirect="CustomError.aspx"></customErrors>
<machineKey validationKey="---------" validation="SHA1" decryption="AES" />
<!--<pages enableViewStateMac="false" />-->
<compilation debug="true&qu ...
Go to the complete details ...