Sessions - English

Play
Current Time 0:00
/
Duration Time 0:00
Remaining Time -0:00
Loaded: 0%
Progress: 0%
0:00
Fullscreen
00:00
Mute
Captions
  • captions off
  • English

8204 visits



Outline:

Sessions A PHP session variable is used to store information about, or change settings for a user session. Session variables hold information about one single user, and are available to all pages in one application. session_start() - Starting a PHP Session $_SESSION['variable_name']=value - Stores the value in the Session variable. session_stop() - Stopping a PHP Session