> Here's the complete list that I got. Cut and paste and save
> for future reference. Save as (CGI.Variables.cfm).
The only problem with this approach is that the ones you have aren't
universal. For example, you've got CGI.ALL_HTTP, CGI.REMOTE_IDENT (which I'd
never seen before), and CGI.REMOTE_BODY. Those aren't in all web servers;
mine (IIS 5), for example, doesn't provide those. On the other hand, you
don't have these, which mine does:
AUTH_USER
AUTH_PASSWORD
CERT_COOKIE
CERT_FLAGS
CERT_ISSUER
CERT_KEYSIZE
CERT_SECRETKEYSIZE
CERT_SERIALNUMBER
CERT_SERVER_ISSUER
CERT_SERVER_SUBJECT
CERT_SUBJECT
CF_TEMPLATE_PATH
HTTP_ACCEPT_ENCODING
HTTP_ACCEPT_LANGUAGE
HTTP_CONNECTION
HTTP_COOKIE
HTTP_HOST
HTTPS
HTTPS_KEYSIZE
HTTPS_SECRETKEYSIZE
HTTPS_SERVER_ISSUER
HTTPS_SERVER_SUBJECT
SERVER_NAME
SERVER_PORT_SECURE
WEB_SERVER_API
The point of this is to emphasize that these variables really do differ
quite a bit between browsers and servers.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.