public function SessionInterface::setId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Session/SessionInterface.php \Symfony\Component\HttpFoundation\Session\SessionInterface::setId()
Sets the session ID.
Parameters
string $id:
1 method overrides SessionInterface::setId()
- Session::setId in vendor/
symfony/ http-foundation/ Session/ Session.php - Sets the session ID.
File
- vendor/
symfony/ http-foundation/ Session/ SessionInterface.php, line 44
Class
- SessionInterface
- Interface for the session.
Namespace
Symfony\Component\HttpFoundation\SessionCode
public function setId($id);