Ns cookiecharset

From AOLserver Wiki
Revision as of 04:33, 19 June 2004 by WikiSysop (talk | contribs) (imported from WiKit id 540)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Man page: http://aolserver.com/docs/tcl/ns_cookiecharset.html


NAME

ns_cookiecharset - Set the urlencoding to the charset given in the named cookie if it exists

SYNOPSIS

ns_cookiecharset cookie-name

DESCRIPTION

Examine the incoming request for a cookie with the given name, which is expected to contain the character set that the data is encoded. If this cookie is found, use that charset to set the urlencoding for the current connection.

EXAMPLES

   % ns_cookiecharset user_charset

SEE ALSO

ns_charsets ns_urlcharset

Category Documentation - Category Core Tcl API