RE: CFCOOKIE help

2001-02-14 Thread Russell Brown
javascript redirect is fine as it occurs after the page has been through cf server and is then sent to browser, rendered, redirected via JS . Russell Brown Internet Application Developer Freeserve.com Plc, PO Box 452, Leeds LS2 7EY Telephone: 0113 207 1203 -Original Message- From:

RE: CFCOOKIE help

2001-02-14 Thread Benjamin S. Rogers
Silly question... Doubtful. :) I know that a page can't set a cookie if it has a CFLOCATION on it, but will it set it if the cookie is defined in an included page, but the calling page has a redirect? No, it will not. The issue with CFLOCATION is that ColdFusion aborts the normal

Re: CFCOOKIE help

2001-02-14 Thread Harry Wagner
I do that very thing with a Javascript redirect to get around the cfloacation problem. It works fine. Harry Wagner Dept A63S AP14B 847 937-8882 JMilks [EMAIL PROTECTED] 02/14/2001 10:54 AM Please respond to cf-talk To: cf-talk [EMAIL PROTECTED] cc: Subject: CFCOOKIE help Hi,