Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Session State problem on Live Server

Status
Not open for further replies.

iaswnidou

Programmer
Apr 19, 2005
140
GR
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.
 
The session state mode in my web.config is set to "InProc", which from my understanding it means that the session objects are loaded on the web server's memory, which is the live server where I uploaded the whole project.
Is there any reason why it shouldn't hold them?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top