> 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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to