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.
Version: 1.3.x
Severity: normal