> OK I've always thought that to set a persistent cookie > (stored on clients machine) all I had to do was use the > "expires" attribute in CFCOOKIE like this: > <cfcookie name="Session" value="#qSession.Session_ID#" > expires="never"> > > Now when I do that, I NEVER see the cookie show up in my > cookie directory and it's not there if I close the browser > and re-open it. > > What might I be doing wrong?
It might not like your using the word "Session" as a cookie name. Other than that, I don't see anything wrong with your CFCOOKIE tag. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

