dojo.__cookieProps
dojo.require("dojo.cookie");
defined in dojo/cookie.js
Usage
function () (view source)
PropertiesBack to top
The domain to use for the cookie.
If a number, the number of days from today at which the cookie will expire. If a date, the date past which the cookie will expire. If expires is in the past, the cookie will be deleted. If expires is omitted or is 0, the cookie will expire when the browser closes. << FIXME: 0 seems to disappear right away? FF3.
The path to use for the cookie.
Whether to only send the cookie on secure connections