function SessionStorageInterface::clear
Clear all session data in memory.
2 methods override SessionStorageInterface::clear()
- MockArraySessionStorage::clear in vendor/
symfony/ http-foundation/ Session/ Storage/ MockArraySessionStorage.php - Clear all session data in memory.
- NativeSessionStorage::clear in vendor/
symfony/ http-foundation/ Session/ Storage/ NativeSessionStorage.php - Clear all session data in memory.
File
-
vendor/
symfony/ http-foundation/ Session/ Storage/ SessionStorageInterface.php, line 101
Class
- SessionStorageInterface
- StorageInterface.
Namespace
Symfony\Component\HttpFoundation\Session\StorageCode
public function clear() : void;