Hello!
1) I have no idea how to use Session objects, especially when it has to remember the Session of the logged user. When the user clicks logout, his session should be removed until the next time he logs in.
2) Also, how to validate the user in such a way that the user shouldn't sign up or log in as Admin of the website. Only customers can login as customers and Admins can log in as Admins.
Thanks..