> Hey, everyone. Is there a way to get more information from > cookies than just their names and values? More specifically, > I wanted to know when a particular cookie was set to expire > on a user's machine. Can we get that info on the CF side of > the universe? Or does the browser keep it all?
That information isn't sent by the browser back to the server, so yes, the browser keeps it all. In addition, I don't think you can read expiration values from document.cookie in JavaScript, either. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

