Re: Get Attributes of Cookie?

2007-06-21 Thread Jim Davis
> Jim, > > This OT, but I've never gotten a response from you e-mailing you > directly. Did you ever see my note about the bug fix to your WDDX > library? I tried contacting you a few months ago a couple of times and > never heard back. No - I'm sorry. I'm not going to say that I didn't get i

RE: Get Attributes of Cookie?

2007-06-21 Thread Dave Watts
> I don't think that's going to help either... you can get the > name and value of the cookies, but not the particulars from > document.cookie. Yeah, I was wrong about that. I knew you couldn't get them from the server, but just kind of assumed you could through JavaScript, I guess. Dave Watts,

RE: Get Attributes of Cookie?

2007-06-21 Thread Dan G. Switzer, II
ilto:[EMAIL PROTECTED] >Sent: Thursday, June 21, 2007 9:35 AM >To: CF-Talk >Subject: Re: Get Attributes of Cookie? > >>> Is there a way to access certain attributes of a cookie, such >>> as the creation and expiration dates? >> >>Not from the server, but you c

Re: Get Attributes of Cookie?

2007-06-21 Thread Jim Davis
>> Is there a way to access certain attributes of a cookie, such >> as the creation and expiration dates? > >Not from the server, but you can use JavaScript (document.cookie). I don't think that's going to help either... you can get the name and value of the cookies, but not the particulars from

Re: Get Attributes of Cookie?

2007-06-20 Thread Joseph Lamoree
On 20 Jun 2007, at 12:05, Joel Watson wrote: > Is there a way to access certain attributes of a cookie, such as > the creation and expiration dates? I don't believe so. The syntax of the HTTP response header looks like this: Set-Cookie: NAME=VALUE; expires=DATE; path=PATH; domain=DOMAIN_

RE: Get Attributes of Cookie?

2007-06-20 Thread Dave Watts
> Is there a way to access certain attributes of a cookie, such > as the creation and expiration dates? Not from the server, but you can use JavaScript (document.cookie). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized

Get Attributes of Cookie?

2007-06-20 Thread Joel Watson
Is there a way to access certain attributes of a cookie, such as the creation and expiration dates? ~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products