> > > <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:

Then are the help docs supplied with CFStudio v4x wrong? I quote:

<CFAPPLICATION NAME="application_name"
    CLIENTMANAGEMENT="Yes" or "No"
    CLIENTSTORAGE="datasource_name" or "Registry" or "Cookie"
    SETCLIENTCOOKIES="Yes" or "No"
    SESSIONMANAGEMENT="Yes" or "No"
    SESSIONTIMEOUT=#CreateTimeSpan(days, hours,
      minutes, seconds)#
    APPLICATIONTIMEOUT=#CreateTimeSpan(days, hours,
      minutes, seconds)#
    SETDOMAINCOOKIES="Yes" or "No"
>

I've tested both ways, and the quotes definitely break my Session timeout
values with 4.5.1.


Ron Allen Hornbaker
President/CTO
Humankind Systems, Inc.
http://humankindsystems.com
mailto:[EMAIL PROTECTED]




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to