4 javascript cookie functions that I wrote for various website projects. I put them together in this script and used the above form to debug them. They allow you to access, assign, modify, and delete your cookies with client-side code.
This is a tutorial which tells the users how to use php output controlling functions for making their pages to load fast on their websites. This tutorial explains the users about the use of the function in which they can use it for using header...
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.
Ace Perl Cookie Retrieval is a Perl code snippet to retrieve the cookies. After any subroutine is run, all the cookies available to the user will populate the %cookie associate array, which is corrected by use of this snippet.
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...
Amazon Functions for PHP is a multi-platform compatible script is developed to make the life of programmers using the Amazon.comO XML-API a little bit more cozy. They include a caching XML-parser, functions to ease the search, retrieve the current...
Antony Bailey's Cookie Encoder is a PHP application for enhancing the security measures for your website and its contents. This software uses base64 encode and MD5 hash encryptions in creating and encoding secured cookies. With just a cookie...
ASP Tip : Cookie Security is an ASP tutorial in which author discusses about how to protect the cookies on the users computers. This article has few codes to secure the users website cookies. This article will be helpful for the ASP programmers...
The BrowserEmulator fopen functions is a class which offers you various features such as sending custom header lines, GET or POST requests, contains basic HTTP authentication and also the script is usable with all PHP file handling methods like...
C++ Tutorial - Static Functions is a C++ tutorial for the novice users and gives them a detailed information about the variations between the both member functions static and the non-static. Among these functions static functions were widely used... |