need session to expire in a defined time interval

Discussion in 'General troubleshooting' started by mcostea, Nov 2, 2011.

  1. Hi
    i have a asp.mvc 3 application running on Winhost.com and i have to set the session expiration interval to 5 minutes.
    for some reason i'm not able to do that ... any sugesstion?
    I have set in web.config following lines:
    <system.web>
    <sessionState timeout="5"></sessionState>
    ...
    </system.web>
    but for now it doesn't seems to work ?
    any idea why ?
    Thanks
     
    Last edited by a moderator: Oct 14, 2015
  2. Last edited by a moderator: Oct 14, 2015
  3. Thanks a lot for quick reply. This helps me a lot :)
     
  4. we aim to please :D
     

Share This Page