How to use session code in PHP?
Rate this page : |
[ 0 votes]
|
Session variables store the information to be used across multiple pages. Here, session_start() function is used to start the session and $_SESSION variable is used to create a session.