Manual:$wgCookieSecure
From MediaWiki.org
| Cookies: $wgCookieSecure | |
|---|---|
| Whether cookies are secured. |
|
| Introduced in version: | 1.6.0 (r12253) |
| Removed in version: | still in use |
| Allowed Values: | (boolean) |
| Default Value: | (see below) |
Other settings: Alphabetical | By Function
[edit] Details
Whether cookies are secured. The default value is calculated by looking at the protocol (as defined in $wgProto). If it is 'https' then this variable is set to true, otherwise it is false.