Page MenuHomePhabricator

$wgCookieExpiration = 0 doesn't work
Closed, ResolvedPublic

Description

Setting $wgCookieExpiration = 0 does not, as documented, make all cookies in-session. Rather, it makes all cookies expire 0 second from the server time. This usually does not cause an issue because MediaWiki will load the user from the session instead, but it causes issues with any extensions that use cookies (specifically Extension:SecureSessions). Will have a patch to fix this in Gerrit soon. Maybe this should be backported?


Version: 1.22.0
Severity: normal

Details

Reference
bz47886

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:24 AM
bzimport set Reference to bz47886.

Correct me if I'm wrong, but this sounds like something that never worked, almost a new feature and definitely not a regression: nice to have but doesn't seem "enough" for a backport so stable.

Change 61593 merged by jenkins-bot:
Fixed $wgCookieExpiration functionality when set to 0.

https://gerrit.wikimedia.org/r/61593