ocean.net.http.consts.CookieAttributeNames

HTTP session "cookie" attribute name constants as defined in RFC 2109

@see http://www.w3.org/Protocols/rfc2109/rfc2109.txt

Note: CookieAttributeNames contains the "expires" instead of the "max-age" cookie attribute name as defined in RFC 2109. The reason is that, unfortunately, the cross-browser compatibility of "expires" is much better than of "max-age".

Members

Functions

CookieAttributeNameList
istring[] CookieAttributeNameList()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

CookieAttributeNameStrings
CookieAttributeNames CookieAttributeNameStrings;
Undocumented in source.

Structs

CookieAttributeNames
struct CookieAttributeNames

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).