Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php close session

// save the Session and close it, 
// so the next request (with the same SessionID) can be processed parallel
session_write_close();
Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #php #close #session
ADD COMMENT
Topic
Name
6+7 =