SessionInterface::replace()
  • References/PHP/Symfony/Component/HttpFoundation/Session

replace(array $attributes) Sets attributes.

2025-01-10 15:47:30
AutoExpireFlashBag::setName()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

setName($name) Parameters $name

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

class MemcachedSessionHandler implements SessionHandlerInterface

2025-01-10 15:47:30
FlashBag::has()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

bool has(string $type) Has flash messages for a given type?

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

interface SessionInterface Interface for the session. Methods

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

string getId() Returns the session ID.

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

string getId() Returns the session ID.

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

interface SessionStorageInterface StorageInterface. Methods

2025-01-10 15:47:30
WriteCheckSessionHandler::destroy()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

destroy($sessionId) {@inheritdoc} Parameters

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