Hello.
Please guide me how to start a session when a user clicks on login page and the info finds correct?
How to check this session on other pages which i want to secure from unauthorised access? if the session found then open this secure page, otherwise redirect the user to the index page?
and
How to end this session when user clicks on Logout?
Regards.