We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aa86f2 + 9974f0b commit ef5249bCopy full SHA for ef5249b
lib/private/Session/Internal.php
@@ -52,6 +52,7 @@ class Internal extends Session {
52
public function __construct(string $name) {
53
set_error_handler([$this, 'trapError']);
54
$this->invoke('session_name', [$name]);
55
+ $this->invoke('session_cache_limiter', ['']);
56
try {
57
$this->startSession();
58
} catch (\Exception $e) {
0 commit comments