I have session values in my project....
My Session values expired within one hour.....
I need to extend the session time upto 9 to 10 hours.......How?
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.
manoj prabakaranPosted Jun 12, 2012, 8:05 AM
you can set session expiration time
Jignesh TrivediPosted Jun 12, 2012, 7:27 AM
hi,
you can use Sessionstate Timeout property in web.config file:
Example:
....
where 45 is in minite
hope this will help you.