public function SessionInterface::save 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::save()
Force the session to be saved and closed.
This method is generally not required for real sessions as the session will be automatically saved at the end of code execution.
1 method overrides SessionInterface::save()
- Session::save in vendor/
symfony/ http-foundation/ Session/ Session.php - Force the session to be saved and closed.
File
- vendor/
symfony/ http-foundation/ Session/ SessionInterface.php, line 96
Class
- SessionInterface
- Interface for the session.
Namespace
Symfony\Component\HttpFoundation\SessionCode
public function save();