Last modified: 2010-05-15 15:29:33 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T2179, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 179 - Detect when session.save_handler set incorrectly
Detect when session.save_handler set incorrectly
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.3.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-08-19 22:52 UTC by Brion Vibber
Modified: 2010-05-15 15:29 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Brion Vibber 2004-08-19 22:52:25 UTC
Sometimes PHP's session.save_handler is globally set to a weird value like 
'user' which fails miserably when we try to do start_session().

We should detect odd settings and either return a sensible error message or 
work around it by trying to set it correctly to 'files' when not using 
$wgSessionInMemCache.
Comment 1 Brion Vibber 2004-08-24 03:11:25 UTC
Applied Ivan's patch to head. Needs to go in for 1.3.2 also.
Comment 2 Brion Vibber 2004-08-24 06:09:41 UTC
Applied to REL1_3 branch.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links