![]() |
|
|
|||||||
![]() |
ASP Net - AJAX UpdatePanel not resetting IIS Session |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
I have not been able to find anything about this problem, so it must be
configuration on our server, somehow... What we are observing is on Windows Server 2003/IIS 6 our AJAX UpdatePanels are not resetting the IIS Session timer. Thus, if the default IIS Session Timeout of 20 minutes is used, our logged-in users are always receving Session timeout in 20 minutes, regardless of what UpdatePanel activity is happening on the .aspx page. Has anyone seen this problem and does anyone have a solution for me? Thanks very much, in advance. -- Mike McAllister =?Utf-8?B?TWlrZSBNY0FsbGlzdGVy?= |
|
|
|
|
#2 |
|
Posts: n/a
|
the updatepanel uses XMLHTTPRequest to get the html to display in the
panel. XMLHTTPRequest will send the session cookie, but on response it does not read and update the browser's session cookie, so after 20 mins the session cookie times out (in the browser) and is no longer sent to the server. you can switch to cookieless sessions or update the browser cookie using a server request via an img or iframe. -- bruce (sqlwork.com) Mike McAllister wrote: > I have not been able to find anything about this problem, so it must be > configuration on our server, somehow... > > What we are observing is on Windows Server 2003/IIS 6 our AJAX UpdatePanels > are not resetting the IIS Session timer. Thus, if the default IIS Session > Timeout of 20 minutes is used, our logged-in users are always receving > Session timeout in 20 minutes, regardless of what UpdatePanel activity is > happening on the .aspx page. > > Has anyone seen this problem and does anyone have a solution for me? > > Thanks very much, in advance. bruce barker |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Session Expired too soon | lidya_usq | Software | 0 | 09-24-2008 02:46 AM |
| Render UpdatePanel within a CompositeControl | tal78 | Software | 0 | 11-20-2007 09:23 AM |
| ajax with applet | anub | Software | 0 | 09-14-2007 12:47 PM |
| Transfering ASP Session to ASPX Session | kalim | Software | 0 | 07-12-2007 03:38 AM |
| claim your Live Internet training session today. | Arnoud | A+ Certification | 0 | 05-28-2004 09:29 AM |