Click here to Skip to main content
15,916,432 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi..

I have hosted my website on remote server and have mentioned session timeout but still its logging out after one minute.

Following is my code:-

XML
<sessionstate mode="StateServer">
          stateConnectionString="tcpip=174.122.46.98:8880"
          cookieless="false"
          timeout="500"/>

</sessionstate>


Can anyone please help me??
Posted
Updated 1-Jul-12 23:23pm
v6

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900