OK: these are persistant (text) cookies

<cfcookie name="person.name.first" value="Fred" expires="never">
<cfcookie name="person.name.last" value="Flintstone" expires="never">


can the same be done using cookie scope? 
<cfset cookie.person.hometown="Bedrock">

using <CFSET /> still adds it to the cookie struct but "expires=never" isn't
a valid attribute when used this way...

so, is using <CFCOOKIE /> the only way to store them as a text-based cookie?

thanx
barry.b




---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to