I like to host asp.net web application in IIS 7.0 (windows server 2008).
I configured session state as sessionstate mode="inproc" timeout = 120.
Even the session expires within 15 seconds. What could be the problem?.
Thanks
asp.netiis-7session-timeout
I like to host asp.net web application in IIS 7.0 (windows server 2008).
I configured session state as sessionstate mode="inproc" timeout = 120.
Even the session expires within 15 seconds. What could be the problem?.
Thanks
Best Solution
You can check your connection timeout in these 2 areas.
OR