I am passing the urltoken on every request. Can't use cookies. The CF server uses a db as a client store.

Cheers

Dave

At 09:25 3/4/2003 +0000, you wrote:
I would say that since you have setclientcookies="No" that CF will take the
CFIDE default (via the CF administrator) (unless you are passing a cfide and
cftoken on each page request).

Neil

-----Original Message-----
From: Dave Phipps [mailto:[EMAIL PROTECTED]
Sent: 04 March 2003 09:27
To: ColdFusion User group
Subject: [ cf-dev ] Session timeout problem


Hi,


I have an app which uses session management and I have noticed that the
timeout that I have set (1 hour) seems to be ignored and I get logged out
after about 20 minutes even if I am not sitting on the same page for all of
that time.

Is there something I have not setup properly?  My CFApplication tag looks
like this:

<cfapplication clientmanagement="Yes" name="mysite" sessionmanagement="Yes"
sessiontimeout="#CreateTimeSpan(0,1,0,0)#"
applicationtimeout="#CreateTimeSpan(0,1,0,0)#" setclientcookies="No">

Cheers

Dave


--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]



Reply via email to