| I know timeouts been covered many times, but I can’t seem to fix this one.
Our environment is:
Metaframe XPa FR3 SP4 on Windows 2000 SP4
Web Interface 2.1 on Windows 2003 (IIS 6)
Citrix Sessions timeout after 45 minutes
WI Sessions are [u]supposed[/u] to timeout after 120 minutes
I have set the normal timeout settings within IIS6 as follows:
[b]Default Web Site[/b] (where WI resides)
-App Configuration Session State Session Timeout = 60 minutes
[b]default Virtual Directory[/b] (under Default Web Site)
-App Configuration Session State Session Timeout = 120 minutes
[b]DefaultAppPool[/b] (where WI apps reside)
-Recycle Worker Processes = 1470 minutes
-Shutdown worker processes after being idle for = 600 minutes
[b]Internet Explorer[/b]
-Privacy Setting set to Medium
The problem is that the timeouts are occurring WAY ahead of schedule. This morning I logged into WI at 8:13. At 8:16 I clicked on one of the application folders. It opened ok. At 8:40, I clicked on another application folder and got the: Your session with the web server has expired….
Any ideas on what else to look at? Would setting the %26lt;sessionState%26gt; key in the web.config help any? Its not present in that file at all. And just to verify what I know, the timeout in WI is completely independent of the timeout in Citrix itself correct?
Thanks for any help in resolving this. |