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

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

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

array keys() Returns a list of all defined types.

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

setAll(array $messages) Sets all flash messages.

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

close() {@inheritdoc}

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

array peek(string $type, array $default = array()) Gets flash messages for a given type.

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

int count() Returns the number of attributes.

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

open($savePath, $sessionName) {@inheritdoc}

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

gc($maxlifetime) {@inheritdoc} Parameters

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

bool has(string $name) Checks if an attribute is defined.

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

Classes

2025-01-10 15:47:30