Manual:$wgSessionHandler/de-formal

This page is a translated version of the page Manual:$wgSessionHandler and the translation is 12% complete.
Cookies: $wgSessionHandler
Used to set PHP's session.save_handler.
Eingeführt in Version:1.16.0 (r49370)
Veraltet in Version:1.27.0 (Gerrit change 267737; git #2257fe42)
Entfernt in Version:1.33.0 (Gerrit change 489405; git #a38fe6cd)
Erlaubte Werte:(string) or null
Standardwert:null (1.18-1.32)
'files' (1.16-1.17)

Details

This is used for setting PHP's session.save_handler. In practice, you will almost never need to change this ever. Other options might be 'user' or 'session_mysql'.

Setting to null skips setting this entirely (which might be useful if you're doing cross-application sessions, see bug 11381).