punjabtechnicaluniversity.blogspot.in
Following are benefits of using cookies for state management :-
1.No server resources are required as they are stored in client.
2.They are light weight and simple to use.
Following are limitation of using cookies :-
3.Cookies can be tampered and thus creating a security hole.
4. Cookies can expire thus leading to inconsistency.
Below is sample code of implementing cookies
Request.Cookies.Add(New HttpCookie(“name”, “user1”))
Following are benefits of using cookies for state management :-
1.No server resources are required as they are stored in client.
2.They are light weight and simple to use.
Following are limitation of using cookies :-
1.Most browsers place a 4096-byte limit on the size of a cookie,although support for 8192-byte cookies is becoming more common in the new browser and client-device versions available today.
2.Some users disable their browser or client device’s ability to receive cookies, thereby limiting the use of cookies.
4. Cookies can expire thus leading to inconsistency.
Below is sample code of implementing cookies
Request.Cookies.Add(New HttpCookie(“name”, “user1”))
0 comments:
Post a Comment
North India Campus