←
^
→
PHP
Sessions
Like Servlet sessions.
Start one with
session_start()
.
Read and write session data with
$_SESSION['var']
End with
session_destroy()
José M. Vidal
.
31 of 33