I need som help with Frames and javascript...

I want to make a form field in frame zero to become active when my login
is completed in frame 2....

Please help


-----Original Message-----
From: peter [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 02, 2002 11:03 AM
To: CF-Talk
Subject: setdomaincookies = yes


Hi,

Normally I'm including this code to delete session variabeles when
closing the browser:

<cflock timeout="5" throwontimeout="Yes" type="READONLY"
scope="SESSION">
     <cfcookie name="CFID" value="#session.CFID#">
     <cfcookie name="CFTOKEN" value="#session.CFTOKEN#"> </cflock>

But when you set   setDomainCookies="yes"    in your <cfapplication>,
the
cookies are not deleted when closing the browser.

Anyone have the same experience / workaround?

Peter



______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to