OK .. I tried that and it's still not working. :(

Any other ideas?

Todd

----- Original Message -----
From: "Andy Ewings" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 21, 2002 11:44 AM
Subject: RE: Client variable security (Re: The trouble with cookies ...)


> Tod
>
> Stick this code in your application.cfm:
>
> <cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN")>
>   <cfset cfid_local = Cookie.CFID>
>   <cfset cftoken_local = Cookie.CFTOKEN>
>   <cfcookie name="CFID" value="#cfid_local#">
>   <cfcookie name="CFTOKEN" value="#cftoken_local#">
> </cfif>
>
> -----Original Message-----
> From: Todd [mailto:[EMAIL PROTECTED]]
> Sent: 21 March 2002 16:36
> To: CF-Talk
> Subject: Client variable security (Re: The trouble with cookies ...)
>
>
> Maybe I should explain what I am trying to do a little more.
>
> I have an application that uses client variables to track sessions and
> provide security.  If a user loggs out, everything is fine.  If a user is
> idle for more than an hour, everything is fine.  If a user closes their
> browser and someone comes along behind them and opens a broswer and goes
to
> the same place, the session is still active and they don't have to log in.
> What I need is a way to end the seeion when the browser is closed.
>
> Todd

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to