J
Joey
I have an asp.net 1.1 web app written in C# and running on IIS6. The
app loses session state information if I log in and then leave the
webpage for say, 45 minutes or so. I have configured the
authentication section in web.config to allow for a timeout value of
120 (forms authentication). And then I also set the IIS session
timeout to 150 minutes. That didn't help. Why does the session state
not last for at least 120 minutes, when I have my app configured in
this way? Is there something else I need to do?
app loses session state information if I log in and then leave the
webpage for say, 45 minutes or so. I have configured the
authentication section in web.config to allow for a timeout value of
120 (forms authentication). And then I also set the IIS session
timeout to 150 minutes. That didn't help. Why does the session state
not last for at least 120 minutes, when I have my app configured in
this way? Is there something else I need to do?