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 cd7007c + 38bee2c commit e31f474Copy full SHA for e31f474
lib/private/Session/Internal.php
@@ -28,6 +28,7 @@ class Internal extends Session {
28
public function __construct(string $name) {
29
set_error_handler([$this, 'trapError']);
30
$this->invoke('session_name', [$name]);
31
+ $this->invoke('session_cache_limiter', ['']);
32
try {
33
$this->startSession();
34
} catch (\Exception $e) {
0 commit comments