Home
PHP
Tags
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 to Set the Character Encoding Detection Order with PHP's mb_detect_order() Function?
3
How to Use the PHP Faker Library to Generate Fake Data: Installation and Usage Guide
10
Correct Practices for Using mysqli_stmt::prepare and Binding Parameters
9
In-depth Guide to PHP Image Processing and Recognition: GD Library and Tesseract OCR Practical Tutorial
2
Similar Functions
SessionHandlerInterface::open
SessionHandlerInterface::open
Initializesession
session_destroy
session_destroy
Destroyalldataregist
session_cache_expire
session_cache_expire
Returntothecurrentca
SessionHandlerInterface::write
SessionHandlerInterface::write
Writesessiondata
SessionHandler::close
SessionHandler::close
Closethesession
SessionHandlerInterface::destroy
SessionHandlerInterface::destroy
Destroyasession
session_write_close
session_write_close
Writesessiondataande
session_set_cookie_params
session_set_cookie_params
Setsessioncookiepara
Popular Articles