We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e03597 commit 6ba9f44Copy full SHA for 6ba9f44
1 file changed
system/Session/Handlers/MemcachedHandler.php
@@ -70,9 +70,7 @@ public function __construct(SessionConfig $config, string $ipAddress)
70
$this->keyPrefix .= $this->ipAddress . ':';
71
}
72
73
- if ($this->keyPrefix !== '' && $this->keyPrefix !== '0') {
74
- ini_set('memcached.sess_prefix', $this->keyPrefix);
75
- }
+ ini_set('memcached.sess_prefix', $this->keyPrefix);
76
77
78
/**
0 commit comments