Ask a Question related to ASP.NET General, Design and Development.
-
Thomas Bindzau #1
Re: ASPNET Session ending before time
> Hi,
Where did you set the session timeout? The setting in the IIS console>
> I have a web app that uses session variables. I'm using outproc
> session management (state server) and have set the session timeout to
> 30 minutes.
>
> For some reason, after a period smaller that 30 mins, the session ends
> unexpectedly.
>
> Does anybody know the reason for this ??
>
> Thanks alot,
> TG
is overridden by the
<sessionState timeout> value in machine.config and web.config files. I
think default is normally 20 mins.
/Thomas
Thomas Bindzau Guest
-
Ending Session - Stumped...
I've built a shopping cart... works well... however once the order has been confrimed I need to clear the session. I'm stumped! Can not find any... -
Ending session question
I'm curious, why is it when I sign out of a site I created using sessions I wind up with: default.cfm?CFID=1403&CFTOKEN=34792644 as well as... -
Sessions not ending based on time...
I have the following in a application.cfm file: <cfapplication sessionmanagement="yes" name="InnerElement"... -
Never ending session?!
well not really but i cant get the "onSessionEnd" event working here the code i use <cfcomponent> <cfset This.name = "cfDev" /> <cfset... -
Ending Session
I am trying to end a session for a site without having to completely close the browser to end it. When I access the site and log in it works...



Reply With Quote

