SessionHelper::getFlashes()

getFlashes()

SessionHelper::getFlash()

getFlash($name, array $default = array()) Parameters $name array $default

SessionHelper

class SessionHelper extends Helper SessionHelper provides read-only access to the session attributes. Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(RequestStack $requestStack) mixed get(string $name, mixed $default = null) Returns an attribute. getFlash($name, array $default = array()) getFlashes() hasFlash($name) string getName() Returns the canonical na

SessionHandlerProxy::write()

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

SessionHandlerProxy::read()

read($sessionId) {@inheritdoc} Parameters $sessionId

SessionHandlerProxy::open()

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

SessionHandlerProxy::gc()

gc($maxlifetime) {@inheritdoc} Parameters $maxlifetime

SessionHandlerProxy::destroy()

destroy($sessionId) {@inheritdoc} Parameters $sessionId

SessionHandlerProxy::close()

close() {@inheritdoc}

SessionHandlerProxy

class SessionHandlerProxy extends AbstractProxy implements SessionHandlerInterface SessionHandler proxy. Methods string getSaveHandlerName() Gets the session.save_handler name. from AbstractProxy bool isSessionHandlerInterface() Is this proxy handler and instance of \SessionHandlerInterface. from AbstractProxy bool isWrapper() Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. from AbstractProxy bool isActive() Has a session started