Challenge the talent inside you, participate in Animate 2024!     Click here for details.

User Login Part 3 - English

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