8000 [HttpFoundation] Fixed closeSession for the Memcached storage · symfony/symfony@2c767d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c767d1

Browse files
committed
[HttpFoundation] Fixed closeSession for the Memcached storage
1 parent ec44e68 commit 2c767d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Session/Storage/MemcachedSessionStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function openSession($savePath, $sessionName)
8181
*/
8282
public function closeSession()
8383
{
84-
return $this->memcached->close();
84+
return true;
8585
}
8686

8787
/**

0 commit comments

Comments
 (0)
0