Session Variables

Discussion in 'ASP.NET / ASP.NET Core' started by scubabbl, Aug 1, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. In my web config file, I set sessionState to timeout at 600 minutes, but session variables I create in code are timing out at about 20 minutes. Does the sessionState section if the web.config not affect session variables created in code?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    asp.net application (not asp) should obey the session time out in the web.config file.


    quote:Originally posted by scubabbl

    In my web config file, I set sessionState to timeout at 600 minutes, but session variables I create in code are timing out at about 20 minutes. Does the sessionState section if the web.config not affect session variables created in code?
    </blockquote id="quote"></font id="quote">
     
  3. Same thing happens to me. I beleive the machine.config is set to 20 mins and it's overiding the web.config
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page