hi to all,
i m created a web site and client wants to increase the session time is 12 hours
ho increase my session time
please its argent
help me
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Chellappan PandiarajanPosted Apr 12, 2010, 4:36 AM
I think it may help U.....
Sailaja YPosted Apr 12, 2010, 4:14 AM
You can increase the session time in the configuration file as shown below:
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="720"
/>
Place this in the system.web part of the condiguration file.
This may help you.
lease mark this as answer if this helped u.
Thanks,