Just tested that and session vars get set fine before a cflocation Silly question, but is your query actually returning any results?
Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sean A Corfield Sent: Monday, February 02, 2004 2:46 PM To: CFAussie Mailing List Subject: [cfaussie] RE: Trying to write some session variables On Feb 1, 2004, at 7:34 PM, Gareth Edwards wrote: > Not sure, but try setting a flag or testing for one of the values > existing when setting it in the application.cfm I think the reason is that session variables depend on cookies (like CFID / CFTOKEN to enable a session) and cflocation doesn't let you set any cookies on the same page. In other words, you can set cookies on a page that uses cflocation. BTW, what version of CF are you using? Regards, Sean --- 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
