Skip to content

Commit 6266bb2

Browse files
committed
Merge branch 'hotfix/serialize'
2 parents 05fd0fc + c043a4c commit 6266bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RedisSessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private function unlockSession()
124124
end
125125
LUA;
126126

127-
$this->redis->eval($script, array($this->getRedisKey($this->lockKey), $this->token), 1);
127+
$this->redis->eval($script, array($this->getRedisKey($this->lockKey), $this->redis->_serialize($this->token)), 1);
128128

129129
$this->locked = false;
130130
$this->token = null;

0 commit comments

Comments
 (0)