Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
SessionHandlerInterface::write
SessionHandlerInterface::write
Write session data
Name:
SessionHandlerInterface::write
Category:
Session Session
Programming Language:
php
One-line Description:
Write session data
Related
Can the SessionHandlerInterface::write function and session_regenerate_id be used together? What precautions should be taken?
9
Similar Functions
SessionHandler::read
SessionHandler::read
Readsessiondata
session_regenerate_id
session_regenerate_id
Updatethecurrentsess
SessionHandlerInterface::open
SessionHandlerInterface::open
Initializesession
session_register_shutdown
session_register_shutdown
SessionCloseFunction
session_set_save_handler
session_set_save_handler
Setuser-levelsession
SessionHandlerInterface::destroy
SessionHandlerInterface::destroy
Destroyasession
SessionUpdateTimestampHandlerInterface::validateId
SessionUpdateTimestampHandlerInterface::validateId
ValidateID
SessionUpdateTimestampHandlerInterface::updateTimestamp
SessionUpdateTimestampHandlerInterface::updateTimestamp
Updatetimestamp
Popular Articles
Can the SessionHandlerInterface::write function and session_regenerate_id be used together? What precautions should be taken?