Andrew, Sorry I must not have made myself clear on this I wasn't looking for a solution, but I'll try it again. I have written the code already, but I had done it like this.
<cfcookie name="test" value="True"> <cflocation url="index.cfm"> Now I got out of the industry for a little while and never actually used MX 6.0, but anything prior to this you had to use another method of relocating the user. My initial response was that it should not have worked with the above example, but the thing is that it did and my question is does this method also work under MX6.0. I know that it never did under CF5 or any previous version. Regards Andrew Scott Technical Consultant NuSphere Pty Ltd Level 2/33 Bank Street South Melbourne, Victoria, 3205 Phone: 03 9686 0485 - Fax: 03 9699 7976 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Muller Sent: Friday, 16 April 2004 8:49 AM To: CFAussie Mailing List Subject: [cfaussie] Re: CFMX 6.1 and cflocation Andrew Below is an example of setting a cookie prior to the use of cflocation: <cset cookie.userID="9823"> <cflocation url="somepage.cfm"> HTH Andrew -- Andrew Muller Senior Macromedia Certified Instructor - ColdFusion, Flash Macromedia Certified Developer - ColdFusion, Flash NSW CFUG Manager Daemon Internet Consultants - http://www.daemon.com.au/training 17 Roslyn Gardens Elizabeth Bay NSW 2011 AUSTRALIA T:61 2 9380 4162 F:61 2 9380 4204 Daemon: Serious Web Development MXDU: The AsiaPac Macromedia Devcon http://www.mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
