Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

User Login Part 3 - English

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

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