ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

User Login Part 3 - English

This is a sample video. To access the full content,
please Login

7116 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.