M
Mikko Penkkimäki
Hi
Looks like I can not change Web page's timeout setting. In practise it's all
the time 20 minutes - no matter what I do.
I have this kind of setting in web.config:
<sessionState
mode="InProc"
cookieless="true"
timeout="1"
/>
With this settings program goes to Global.asax's Session_End() function
after 1 minute but the session is still running after this. It's only after
20 minutes when the session really stops.
I have tried to change the timeout setting in Machine.config also >> No
difference.
I have even booted my computer after I have made change to the setting -
just in case if something is still running in memory. >> No help.
That 20 minutes settings has to be somewhere hidden, but where? Couldn't
find it from IIS either.
I have Windows XP Pro and Visual Studio .NET 2003.
Please help me.
Regards
Mikko
Looks like I can not change Web page's timeout setting. In practise it's all
the time 20 minutes - no matter what I do.
I have this kind of setting in web.config:
<sessionState
mode="InProc"
cookieless="true"
timeout="1"
/>
With this settings program goes to Global.asax's Session_End() function
after 1 minute but the session is still running after this. It's only after
20 minutes when the session really stops.
I have tried to change the timeout setting in Machine.config also >> No
difference.
I have even booted my computer after I have made change to the setting -
just in case if something is still running in memory. >> No help.
That 20 minutes settings has to be somewhere hidden, but where? Couldn't
find it from IIS either.
I have Windows XP Pro and Visual Studio .NET 2003.
Please help me.
Regards
Mikko