SessionHandlerProxy::destroy()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

destroy($sessionId) {@inheritdoc} Parameters

2025-01-10 15:47:30
AbstractProxy::getId()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

string getId() Gets the session ID. Return

2025-01-10 15:47:30
AbstractProxy::isSessionHandlerInterface()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

bool isSessionHandlerInterface() Is this proxy handler and instance of \SessionHandlerInterface

2025-01-10 15:47:30
AbstractProxy::setId()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

setId(string $id) Sets the session ID. Parameters

2025-01-10 15:47:30
AbstractProxy::isActive()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

bool isActive() Has a session started?

2025-01-10 15:47:30
SessionHandlerProxy::read()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

read($sessionId) {@inheritdoc} Parameters

2025-01-10 15:47:30
AbstractProxy
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

class AbstractProxy AbstractProxy. Methods

2025-01-10 15:47:30
SessionHandlerProxy::write()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

write($sessionId, $data) {@inheritdoc} Parameters

2025-01-10 15:47:30
SessionHandlerProxy::close()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

close() {@inheritdoc}

2025-01-10 15:47:30
AbstractProxy::getName()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

string getName() Gets the session name.

2025-01-10 15:47:30