Ques:- What are cookies sessions and local storage in web development
Asked In :-
Unyscape Infocom Pvt. Ltd., Vinove Software & Services Pvt Ltd, DREAMORBIT SOFTECH PVT, Object Frontier Software, Medvarsity Online, Itobuz Technologies, Addweb solutions, Fortunesoft IT Innovations, Born Commerce, Priya Softweb Solutions,
Right Answer:
Cookies are small pieces of data stored on the user's computer by the web browser while browsing a website, used for tracking and remembering information about the user. Sessions are temporary storage on the server that keeps track of user data across multiple requests during a single visit, typically expiring when the user closes the browser. Local storage is a web storage feature that allows websites to store data in the user's browser persistently, even after the browser is closed, with no expiration time.
Cookies are small pieces of data stored on the user's computer by the web browser while browsing a website, used for tracking and remembering information about the user. Sessions are temporary storage on the server that keeps track of user data across multiple requests during a single visit, typically expiring when the user closes the browser. Local storage is a web storage feature that allows websites to store data in the user's browser persistently, even after the browser is closed, with no expiration time.