public function MemcacheSessionHandler::open in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php \Symfony\Component\HttpFoundation\Session\Storage\Handler\MemcacheSessionHandler::open()
File
- vendor/
symfony/ http-foundation/ Session/ Storage/ Handler/ MemcacheSessionHandler.php, line 64
Class
- MemcacheSessionHandler
- MemcacheSessionHandler.
Namespace
Symfony\Component\HttpFoundation\Session\Storage\HandlerCode
public function open($savePath, $sessionName) {
return true;
}