Page MenuHomePhabricator

server-side information cached in a session cookie, breaking database checks
Closed, ResolvedPublic

Description

if one attempts to install mediawiki on a system where database drivers are not installed, then fixes all the server side issues, mediawiki will continue to complain that database driver does not exist, as that is that it stores in a session cookie.

that is a wrong behavior, and server configuration/state should never live in user sessions.

deleting a cookie makes it work fine

reproduction:
on a machine without e.g. php5-mysql try installing mediawiki, then install php5-mysql and retry installer - it will fail.


Version: unspecified
Severity: normal

Details

Reference
bz35125

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:12 AM
bzimport set Reference to bz35125.
bzimport added a subscriber: Unknown Object (MLST).

*** This bug has been marked as a duplicate of bug 31533 ***