Chad,

Make sure you don't have any instances of IE open--including things that
might use the IE underneath (like an RSS reader, etc.)

-Dan

On Thu, Nov 12, 2009 at 11:39 AM, Chad Gray <cg...@careyweb.com> wrote:

>
> Anyone notice that in IE this codes does not appear to work anymore?
>  Firefox it works just fine.
>
> I don't think it is just my browser... I have tried another computer with
> IE8 and it does not kill the session cookie.
>
>
> <!--- if the user closes their browser, make sure all session variables get
> killed --->
> <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>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328306
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to