|
Answer» There are two kinds of cookies CREATED by the client’s browser, which are as follows: - Persistence Cookie: Cookies which has an expiry date time is known as persistence cookies. Persistence cookies are permanently stored until the expiry date time which was SET. Let us see how to create persistence cookies. There are two ways to create them:
Link: https://www.codeproject.com/Articles/492397/State-Management-in-ASP-NET-Introduction - Non-Persistence Cookie: Non-Persistence cookies are not for all time put away on the client customer. It keeps up client data as LONG as the user accesses the same browser. At the point when the client SHUTS the browser, the cookie will be disposed of. Non Persistence cookies are helpful for open/public PCs. Let us see how to create non-persistence cookies. There are two ways to create them:
|