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:337172
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to