Hello
I've built an application locally that has a sort of "autosave" feature.
Using the JavaScript function window.setTimeout I do an AJAX call which updates a datatable stored in a Session variable, just before a user's session ends.
I uploaded this code on a live server and found out that this datatable does not exist in memory. I assume I will have to do some changes in the sessionState tag in web.config (?).
Please gurus guide me to right direction.
I've built an application locally that has a sort of "autosave" feature.
Using the JavaScript function window.setTimeout I do an AJAX call which updates a datatable stored in a Session variable, just before a user's session ends.
I uploaded this code on a live server and found out that this datatable does not exist in memory. I assume I will have to do some changes in the sessionState tag in web.config (?).
Please gurus guide me to right direction.