+ 2
I have question......
In any browser, when login a form using email and password.... after submitting it says save password. How does it work, since post method hide the data's and can't bookmark the page. Next time when trying to login it automatically gives the data. how?pls explain...
5 odpowiedzi
+ 7
The browser itself securely saves them, it doesn't have anything to do with code. The next time you visit the same form, the browser inputs the saved values as if they were written by the user.
The data is hidden partially in POST methods.
+ 6
They are secure enough.
You remove them by clearing browsing history etc...
+ 2
So data's are securely saved in the browser and won't get shared to anyone.
+ 2
And in the later how save data can be removed from browser?
+ 2
Thanks