PDA

View Full Version : Session Variables


scubabbl
08-01-2004, 02:43 AM
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?

bruce
08-02-2004, 12:16 PM
asp.net application (not asp) should obey the session time out in the web.config file.


[b]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">

blabberblog
08-03-2004, 03:11 AM
Same thing happens to me. I beleive the machine.config is set to 20 mins and it's overiding the web.config