I'd be interested to know. I've been using the "short" method for years and
never had a problem. However I'd love to know if the longer version is
actually more stable.

Stable > Short


On Fri, Sep 17, 2010 at 7:18 AM, Kym Kovan <dev-li...@mbcomms.net.au> wrote:

>
> On 17/09/2010 8:27 PM, Michael Grant wrote:
> >
> > I thought this was the standard trick:
> >
> > <!--- This expires the session once the browser window is closed. --->
> > <cfif IsDefined("cookie.cfid") AND IsDefined("cookie.cftoken")>
> >   <cfcookie name="cfid" value=cookie.cfid>
> > <cfcookie name="cftoken" value=cookie.cftoken>
> > </cfif>
> >
> > The other way is just an extra step.
>
> I can't recollect but there was some strange context where that simpler
> version broke.
>
> --
>
> Yours,
>
> Kym Kovan
> mbcomms.net.au
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337178
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to