(PHP 5 >= 5.6.0, PHP 7, PHP 8)
session_abort — Discard session array changes and finish session
session_abort(): bool
session_abort() finishes session without saving data. Thus the original values in session data are kept.
This function has no parameters.
| Version | Description |
|---|---|
| 7.2.0 | The return type of this function is bool now. Formerly, it has been void. |
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.session-abort.php