Hello Niotron Coders,
I was working on a browser app for my client… actually he had requested me to make a feature as in chrome, where the website data remains stored even after exiting the app like if the user logs in and then closes the app and again open it he remains logged in… Can anyone help me with this?
P.S. I am using CustomWebViewer extension also… by @vknow360 Sunny Gupta
no no @killer he meant that like when we open chrome or firefox and open some website if we have previously visited that website then the user data remains there like login info
he is asking how he can implement it in his application
What cookies are
Cookies are files created by websites you visit. They make your online experience easier by saving browsing information. With cookies, sites can keep you signed in, remember your site preferences, and give you locally relevant content.
There are two types of cookies:
First-party cookies are created by the site you visit. The site is shown in the address bar.
Third-party cookies are created by other sites. These sites own some of the content, like ads or images, that you see on the webpage you visit.
So in this way chrome and other browsers saves the website
First read his question he need to store users emails and password for auto fill feature if you are thinking emails and passwords of user are saved in cookies then you are wrong.