Answers for "php kill all sessions"

PHP
1

php close session

// save the Session and close it, 
// so the next request (with the same SessionID) can be processed parallel
session_write_close();
Posted by: Guest on November-04-2021
1

linux delete php sessions

rm -fr  /var/lib/php/sessions/*
Posted by: Guest on August-11-2020

Browse Popular Code Answers by Language