Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
Easy Query Builder 2.0
Odin Secure FTP Expert 7.7.3
jQuery Accordion Gallery 1.0
PCL to TIFF Converter Shell for Mac 2.0
Fax Server Plus 5.3.0522
Fax Server Pro 5.6.0522
Advanced RSS2Web Professional 3.11.104
Group Mail Manager Premier 2.32.36
RSS Content Generator Premier 3.11.86
Get Remote IP Address in PHP 1.0.0
Elite News Pro2 PHP RSS Reader 2.0
RTF-to-HTML DLL COM, Win32 1.0
Java Download Manager 1.0
VISCOM Video Edit Gold ActiveX SDK 9.21
HTML-to-RTF Pro DLL COM, Win32 1.0
Top Code
ICPennyBid - Penny auction software 3.9
Elite News Pro2 PHP RSS Reader 2.0
ASP.NET Event Calendar in MVC3 Razor 1.0
ICHolidayLettings - Holiday Lettings Site Script 1.2
WebTreeView 1.0
BP-T-Shirt - Custom T-Shirt WebStore Script 1.0
CloudOsys File Upload 2.4b2
X360 Multi-page Tiff Viewer ActiveX OCX 2.69
Metadraw3-OCX
AceDRM 1.0
MetaTags For Websites, Documents & Articles
idCGIRunner 1.5
a-Mac Address Change
TmdMailSlot, TmdWinPopup & TmdSecureMail 1.14
WindowHTML 1.1
Related Code
Client Cookie
Get Client Cookie
Server Cookie
Cookie Stuffing
Cross Cookie
Cookie-Based Authentication
Cookie Based Login System
Php Cookie Counter
Use Cookie For Calculation
Tracking Cookie
Login Register Php Cookie
Login Register System Set Cookie
Cookie Based Sso Examples In Java
Record Cookie
Store Cookie In Form
Cookie
All | Freeware

Code 1-20 of 100   Pages: Go to  1  2  3  4  5  Next >>  page  


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...



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...



This is a large collection of free cookie scripts.



Cookie-lib is a perl library to help the manipulation of broswer cookies.



A cookie is a small (up to 20 times 4k per domain) bit of information that can be stored by a server in a browser's client. This script shows an example of how to set and retrieve a cookie.



Give your referrers credit with a cookie. CreditGo Cookie sets your visitor a cookie with the referrer's assigned id and automatically redirects your visitor to your webpage. Great for tracking your visitors and originating referral source.



A Perl HTTP Cookie library which allows you to add and read cookies with simple subroutine calls.



Cookie counts how many times you have visited our resource. Uses humor.



Perl Cookie Maniplution is a script that demonstrates handling of input to CGI scripts in a convenient and consistent manner. All the Form, URL, and Cookie input is processed and placed into an array.



Set cookie to record last visit consists of few javascript classes that are useful for webmasters to get the information about when visitors have visited their site pages last time. It is simply done by setting a cookie with visitors computer and...



The Store/Retrieve Cookie Values is a JavaScript that can be used in any of your web pages to implement a cookie that can take in inputs into three variables and can also retrieve them. The cookie is opened every time the window is opened. The...



The JonShaft Cookie is a tutorial which deals with the methods that have to adapt while controlling cookies. In this article author gives several server side codes and HTML codes for controlling the cookies by using ASP application. This article...



Write and Read A Cookie is a web based ASP tutorial which offers several codes for the users to enable the cookies. From this tutorial users can learn more about how to enable the cookies and how to write the text directly into the users computer...



This program sets a cookie when a visitor enters your site. The value of the cookie is the referrer (where the visitor came from). This cookie can then be retrieved for various reasons, typically if the visitor makes a purchase or joins your site,...