session_start()
PHP Session Security
2024-11-05
7
What does
session_start()
do?
•
Checks for session identifier (
PHPSESSID
)
•
Creates record in session store for that identifier
•
Sets caching headers and
Set-Cookie