Session State Timeout
-
How do I get my session state to timeout out at a small interval (for testing purposes)? I tried adding to my web.config file, but the session does not timeout after 3 minutes. I'm still sitting here 20 minutes later with a fully usable session state. Any ideas? Thanks in advance. Kyosa Jamie Nordmeyer - Taekwondo Yi (2nd) Dan Portland, Oregon, USA
-
How do I get my session state to timeout out at a small interval (for testing purposes)? I tried adding to my web.config file, but the session does not timeout after 3 minutes. I'm still sitting here 20 minutes later with a fully usable session state. Any ideas? Thanks in advance. Kyosa Jamie Nordmeyer - Taekwondo Yi (2nd) Dan Portland, Oregon, USA
try this in global.asax under Session_Start write the following Session.timeout="3" Thanks Bhasker P
-
How do I get my session state to timeout out at a small interval (for testing purposes)? I tried adding to my web.config file, but the session does not timeout after 3 minutes. I'm still sitting here 20 minutes later with a fully usable session state. Any ideas? Thanks in advance. Kyosa Jamie Nordmeyer - Taekwondo Yi (2nd) Dan Portland, Oregon, USA
If you are Using Forms Authentication then in You can use it like..