Session Problem
I m using hosting on IXwebhosting.com
But it does not preseve my session values.
I am working on .net application
Please let me know how to do so
my session expires very soon.?
I added code in my web.config tooo but no solution has been found
Nitin KumarPosted Feb 20, 2009, 3:46 AM
Mahesh ChandPosted Feb 13, 2009, 8:28 AM
You can use application state to preserve data for long time. It will preserve data until the application is reset or start or web.config is changed BUT you can updated/reset data from code when you need to.
Just be careful how much data you are storing in app state. If you do not have enough resources allocated to your application, it might affect performance.