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
SessionHandlerInterface::open
SessionHandlerInterface::open
Initializesession
session_unregister
session_unregister
Unregisterglobalvari
SessionHandlerInterface::gc
SessionHandlerInterface::gc
Cleanupoldsessions
session_create_id
session_create_id
CreateanewsessionID
SessionHandlerInterface::destroy
SessionHandlerInterface::destroy
Destroyasession
SessionIdInterface
SessionIdInterface
TheSessionIdInterfac
session_cache_expire
session_cache_expire
Returntothecurrentca
SessionHandlerInterface::close
SessionHandlerInterface::close
Closethesession
Popular Articles
Can the SessionHandlerInterface::write function and session_regenerate_id be used together? What precautions should be taken?