Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
session_destroy
session_destroy
Destroy all data registered to the session
Name:
session_destroy
Category:
Session Session
Programming Language:
php
One-line Description:
Destroy all data registered to the session
Related
How Yii2 framework natively supports next_result() to handle multi-result sets
3
Developing and debugging tools: Real-time monitoring of mysqli::get_warnings output
4
Use output_add_rewrite_var in PHP to generate a friendly URL with rewrite_rules
5
How does stream_get_filters help optimize performance of PHP stream filters?
5
Similar Functions
session_get_cookie_params
session_get_cookie_params
Getsessioncookiepara
SessionHandlerInterface::open
SessionHandlerInterface::open
Initializesession
session_cache_expire
session_cache_expire
Returntothecurrentca
SessionHandlerInterface::read
SessionHandlerInterface::read
Readsessiondata
SessionHandler::gc
SessionHandler::gc
Cleanupoldsessions
SessionHandler::write
SessionHandler::write
Writesessiondata
session_destroy
session_destroy
Destroyalldataregist
SessionHandlerInterface
SessionHandlerInterface
TheSessionHandlerInt
Popular Articles