A parser and decoder for the HTTP Cookie line for use in CGI programs. Comes with an on-line demo of using cookies to store cascading style sheet preferences.
In a Web-based application, Cookies plays a vital role in helping both the webmasters and the clients. But thinking about the security, cookie data is easy to view in the header of both the response and request of HTTP. So it becomes the task of...
This tutorial teaches you the use of PHP with Cookies. Cookies are generally used to count the number of times you have visited the site. Cookie is a small file stored in your hard drive when you make a request for a file through your browser....
This is a tutorial about implementing cross-domain cookies. Normally if a cookie is set for another website domain you cannot set the same cookie for the other site domain, this tutorial gives a solution. It Implements Cross -Domain Cookies. The...
Cross-platform JavaScript utility class for creating, reading, / and deleting cookies. Cookies can be either session or persistent. Has ability / to apply unlimited sub-values to a cookie. This allows you to work within the / confines of the 20...
If you are doing online business and thinking about the security!. DF Blackgate is for you, it is a security program allows only the users you want to access the files and folders. This script uses cookies and store the information of the users...
Mr. Bob's Error Page Generator is a PHP based error handling tool that displays error name using htaccess system. You can give an email address or your website name with the error display page to report the type of errors or to redirect to the...
This script displays when pages or files on your site were last updated and will tell your visitors what pages have been updated since they last visited.
Through the article Advanced Cookie Techniques with ASP, the author shows the usage of both session state cookies and client side cookies. The author shows how to use cookies to allow client into the site when they comes back. By reading this...
Cookie-lib is a perl library to help the manipulation of broswer cookies. |