macromedia.coldfusion.advanced_techniques
[Top] [All Lists]

Re: Using session management on a DB function, please help

Subject: Re: Using session management on a DB function, please help
From: "Irish-Phoenix"
Date: Fri, 7 Sep 2007 19:49:08 +0000 UTC
Newsgroups: macromedia.coldfusion.advanced_techniques

If I make it a cookie, is this how it would be written?

 <cfcookie name="sound" value="Session/Client.soundOn " expires="NEVER" 
domain="www.myweb.com" path="myweb.com/index.cfm">

 There is no log in on this site. it is for general use. It is not a flash site 
so I need to give the user the option to turn off the BG sound, but the only 
plug ins to accomplish this would make them have to turn it off on every page 
the way the site is built.

 Can you help me with my code? How would I make it a client/session variable so 
when everyone logs in it is on no matter what other users do leaving it on or 
off?

 Phoenix


<Prev in Thread] Current Thread [Next in Thread>