abstract class AbstractProxy
protected bool | $wrapper | Flag if handler wraps an internal PHP session handler (using \SessionHandler). | |
protected string | $saveHandlerName |
string | getSaveHandlerName() Gets the session.save_handler name. | |
bool | isSessionHandlerInterface() Is this proxy handler and instance of \SessionHandlerInterface. | |
bool | isWrapper() Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. | |
bool | isActive() Has a session started? | |
string | getId() Gets the session ID. | |
setId(string $id) Sets the session ID. | ||
string | getName() Gets the session name. | |
setName(string $name) Sets the session name. |
Gets the session.save_handler name.
string |
Is this proxy handler and instance of \SessionHandlerInterface.
bool |
Returns true if this handler wraps an internal PHP session save handler using \SessionHandler.
bool |
Has a session started?
bool |
Gets the session ID.
string |
Sets the session ID.
string | $id |
LogicException |
Gets the session name.
string |
Sets the session name.
string | $name |
LogicException |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.html