View Full Version : Web Config - Extending Session
msword
01-21-2004, 01:35 AM
I tried to create a support ticket for discount asp, but they said to come here. I'm trying to extend the SessionState of the Web config file.
I added the following to my local environment and it worked fine
<system.web>
<sessionState
mode="InProc"
cookieless="false"
timeout="60"
/>
</system.web>
When I uploaded the config file to the server i got an unrecognized element error.
Has anybody had to implement this change?
thanks
Matt
bruce
01-21-2004, 03:28 AM
This look correct to me.
post the URL, i'd like to see the error.
[b]quote:Originally posted by msword
I tried to create a support ticket for discount asp, but they said to come here. I'm trying to extend the SessionState of the Web config file.
I added the following to my local environment and it worked fine
<system.web>
<sessionState
mode="InProc"
cookieless="false"
timeout="60"
/>
</system.web>
When I uploaded the config file to the server i got an unrecognized element error.
Has anybody had to implement this change?
thanks
Matt
</blockquote id="quote"></font id="quote">
msword
01-22-2004, 05:14 AM
I'll take a screen shot of it tonight and post the url. I have a demo and i dont want to break it.
msword
01-30-2004, 10:04 AM
I dont know how it's working, but I did this.
<sessionState mode="InProc" cookieless="false" timeout="900" /> same thing[?]
chelleb213
01-30-2004, 11:58 AM
I have never been able to get the sessionState element to work when it's broken up like that, for some reason it likes everything on one line. Maybe it sees a CR of LF???
Michelle Boyer
msword
02-03-2004, 07:26 AM
I think that it's case sensitive isn't it? make sure about about that
vBulletin® ©Jelsoft Enterprises Ltd.