User Login Part 3 - 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

6917 visits



Outline:

User Login Part 3 Creating session for holding value and destroying that value by destroying session. start_session() - Starts session to hold information from one pages to other until the session exists. $_SESSION['variable_name']=value - Stores the value in the session variable. session_destroy() - destroys the value present in session variable.