Snc\RedisBundle\Session\Storage\Handler\RedisSessionHandler::close PHP Method

close() public method

public close ( )
    public function close()
    {
        if ($this->locking) {
            if ($this->locked) {
                $this->unlockSession();
            }
        }
        return true;
    }