RE: Getting List of all cookies

2000-11-01 Thread Steve Martin

Similarly cookies are stored in the cookie structure so you could do a
StructKeyList(cookie)

> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 01, 2000 09:05
> To: CF-Talk
> Cc: '[EMAIL PROTECTED]'
> Subject: RE: Getting List of all cookies
>
>
> > Since the recent thread on getting a list of all form fields
> > got so many responses, I thought I'd try posting this tougher
> > question again.
> >
> > I have been searching for quite a while for a way to get all
> > available cookies, similar to #form.fieldnames#.
> >
> > I can do it in other languages, so I think there must be a way.
>
> You can retrieve this from the CGI scope, using the variable
> CGI.HTTP_COOKIE. This will contain a list delimited by semicolons.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> --
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> or send a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
>


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Getting List of all cookies

2000-11-01 Thread Dave Watts

> Since the recent thread on getting a list of all form fields 
> got so many responses, I thought I'd try posting this tougher 
> question again.
> 
> I have been searching for quite a while for a way to get all 
> available cookies, similar to #form.fieldnames#.
> 
> I can do it in other languages, so I think there must be a way.

You can retrieve this from the CGI scope, using the variable
CGI.HTTP_COOKIE. This will contain a list delimited by semicolons.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]