Cookies Additional Information
Default behaviour of cookie is that they can remember the client for a single application running on a server, but what if we want to share the cookie across multiple application running on the same server.
This can be acheived by modifiying the default behaviour of cookie, by setting the cookie class methods : setPath, setDomain.
To access clnt info from the cookies?(suppose name of cookie is "clnt_info")
Last updated