Manual:$wgPHPSessionHandling/pl
Appearance
Deprecated: Ta funkcja jest przestarzała i nie powinna być już dłużej używana, ale jest nadal dostępna ze względu na kompatybilność wsteczną. |
| Cache: $wgPHPSessionHandling | |
|---|---|
Whether to use PHP session handling ($_SESSION and session_*() functions) |
|
| Wprowadzono w wersji: | 1.27.0 (Gerrit change 243223; git #Ic1ffea7) |
| Przestarzałe w wersji: | 1.45.0 (Gerrit change 1190344; git #I0d6eee2) |
| Usunięto w wersji: | nadal w użyciu |
| Dozwolone wartości: | (string) |
| Domyślna wartość: | 'warn' (1.45+)'enable' (1.27-1.44) |
| Inne ustawienia: Alfabetycznie | Według funkcji | |
Szczegóły
Whether to use PHP session handling ($_SESSION and session_*() functions) in SessionManager.
Possible values are:
enable– Integrate with PHP's session handling as much as possible.warn– Integrate but log warnings if anything changes $_SESSION.disable– Throw exceptions if PHP session handling is used.
If $wgPHPSessionHandling is set to an invalid value (e.g. any string not listed above), it will automatically be set to warn.[1]
If the constant MW_NO_SESSION is defined, $wgPHPSessionHandling is forced to disable.
If the constant MW_NO_SESSION_HANDLER is defined, $wgPHPSessionHandling is ignored and PHP session handling will function independently of SessionHandler.
SessionHandler and PHP's session handling may attempt to override each others' cookies.
In MediaWiki versions before 1.45, disable is not well-tested and might cause issues with non-cookie-based session mechanisms.
(T353304)
Uwagi
- ↑ see magic in includes/Setup.php