Ns cookiecharset
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