how to change HttpSessionState timeout?

Discussion in 'General troubleshooting' started by 0000403, Oct 12, 2009.

  1. Hi,

    My web application has a number of pages that check user access
    Althought it ran fine on my local machine, it seems like
    HttpSessionState session changes back to null after a period of time, and so the page directs back to login page after around 15 min or so.
    Is there a way for me to keep the user info from going to null?

    Thanks,
     
  2. FredC

    FredC Winhost Staff

    most likely the worker process recycled due to inactivity.
     
  3. Thanks for your reply.
    Is there a way to prevent this from happening?
    The logout doesnt happen when I run the app on local.

    Thanks in advanced.
     
  4. Ray

    Ray

    Last edited by a moderator: Oct 14, 2015

Share This Page