Seraph Redirection is a Windows compatible script that allows users to redirect to another website via refresh, frames or site relay. Site relay is the ability to foward a page. for example. If you load www.somesite.org/ it will load...
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...
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...
Browser language redirection is a JavaScript that can be implemented in any web site to incorporate a feature, which will redirect the visitor to the appropriate language page. The script detects the language setting of the visitor?s browser and...
Cookie Basics is a web based tutorial through which users can get an idea about generating cookies for tracking the visitors activity. Here there are few codes to create cookies, to view the information that have been stored in the cookies and how...
Cookie Debugger is a tutorial which specifically concentrates on how to generate set of cookies and what are all the methods to assign a value for each cookie. Here author offers few codes which helps to return a list of name and values for the...
Cookie Functions is generated in javascript that provides four various functions to control the cookies information. This script allows the webmasters to obtain cookies name and value and to keep them with storage units. Also, supports... |