Hi everyone
I want to add remember me option in my login page.Now is it possible without using session or cookie and tell me which one should i use here cookie or session...
Now if i am signed out and shut down my pc and then again start it as i enter the url of my login page either username and password muse be filled in both boxes or automaticlly i get login...
How i can do this...
I am confused in session and cookie..I know that cookie is sent to our computer when i visit any site..is it like this...Some doubts are here
- Is password and username are automaticlly thrown into ur computer when u use any login page which have not used cookie concept in his page..
- i have two pages one is login page and second one is password_matching page..NOw if i create a cookie which store my user name and password,next time what type benifit i can get from this cookie and how i will call a cookie there..
- I use session for checking wheher i am logged in or not ,can i use cookie in the same way to check whether i am logged in or not..
- is there any spacial location where i should use cookies on my html page.Like i use session in very first line for checking does session exist or not...
Also tell me where session should be used and where cookie should be used.