How can we directly go to members page after clicking login without going through "click here to login members page"in real sites after clicking login we are directed to home page
6548 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.
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.
Show video info
Pre-requisite