May 3rd 2007 Archives

May 3, 2007

Cookies using JavaScript

Posted by Anandhan Subbiah in Programming Concepts, Technical Articles No comments

HTTP is a stateless protocol . Sessions help maintain state .Cookies help maintain session . Cookies are created by the server and stored on the client’s Browser. Everytime the client makes a request the browser attaches the cookie information along with the request , So the server will know that the request is coming from [...]