House of Fusion
Home of the ColdFusion Community
Hostmysite ColdFusion Hosting

Search cf-talk

September 06, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30         

Subscribe Now
Fusion Authority Quarterly Update - ColdFusion 8 Special Edition

For ColdFusion hosting try HostMySite.com.
Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

ColdFusion Cookie questions

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Hey all,
Scott Stewart
05/09/08 10:53 A
You could set it as a delimited list.
Dawson, Michael
05/09/08 10:58 A
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Scott Stewart
05/09/2008 10:53 AM

Hey all, Because I normally use session variables for security, I rarely use the cf cookie tag. If I need multiple variables (loggedin, fname, lname, recornum.etc) do I need to set multiple cookies or is there a way to set all this in one cookie? Thanks as always sas -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell)

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dawson, Michael
05/09/2008 10:58 AM

You could set it as a delimited list. "TRUE|Michael|Dawson|69" Just be aware of a cookie's max length. m!ke Hey all, Because I normally use session variables for security, I rarely use the cf cookie tag. If I need multiple variables (loggedin, fname, lname, recornum.etc) do I need to set multiple cookies or is there a way to set all this in one cookie? Thanks as always sas -- Scott Stewart ColdFusion Developer

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dave Watts
05/09/2008 11:21 AM

> Because I normally use session variables for security, I > rarely use the cf cookie tag. > > If I need multiple variables (loggedin, fname, lname, > recornum.etc) do I need to set multiple cookies or is there a > way to set all this in one cookie? A cookie is a string. You can put whatever you want in it, as long as it's character data. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners http://training.figleaf.com/ WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers! http://www.webmaniacsconference.com/


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists