> What is the maximum session timeout for the server?

Heh, just read the entire original message. :P The double zero looks
suspicious. Have you tried that as a single zero yet?

Benjamin S. Rogers
Web Developer, c4.net
voice: (508) 240-0051
fax: (508) 240-0057

-----Original Message-----
From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 6:03 PM
To: CF-Talk
Subject: RE: SESSION Timing out WAY before it's supposed to.


> > <CFAPPLICATION name="TRR_ADMIN"
> >                sessionmanagement="Yes"
> >                setclientcookies="Yes"
> >                sessiontimeout="#CreateTimeSpan(0,12,00,0)#">
>
> Joshua,
>
> Remove the double-quotes from the sessiontimeout parameter. That's burned
me
> more than once. :) (And make that double-zero a single zero.)

There is nothing wrong with double quotes. That is the "proper" way to code
ColdFusion. The following code is not preferable because Allaire may drop or
change support for this syntax:

<CFAPPLICATION
        name="TRR_ADMIN"
        sessionmanagement="Yes"
        setclientcookies="Yes"
        sessiontimeout=#CreateTimeSpan(0,12,0,0)#>

In any case, right now they both mean the same thing so this is not the
problem. What is the maximum session timeout for the server? This is set in
the ColdFusion Administrator. I believe the default is 20 minutes.

Benjamin S. Rogers
Web Developer, c4.net
voice: (508) 240-0051
fax: (508) 240-0057
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to