Thanks, Dave. That's what I figured. Oh, well. :(
Matthieu -----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 1:57 PM To: CF-Talk Subject: RE: cookie expiration information > 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 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

