Following is the source code for CookieParser and all supporting Java classes. This class parses the "Cookie:" HTTP request line and makes individual URL-decoded cookie values available in a lookup table with the name as a key. It...
AeroMail is a script based on php for web based emails and uses basic HTTP authentication to pass the username and password to the IMAP server, and does not store a cookie or leave traces in your cache. AeroMail runs on the Apache web server...
ASP Cookies is an ASP tutorial in which author deals with what is cookies, how to create a cookie, how to retrieve cookie value, what are all the keys that had been used in cookies, which browser don't support cookies, and more. This article gives...
This ASP article has an example source snippet that demonstrates how the color values of RGB and HexaDecimal can be converted between them. Clearly explains the RGB methods and properties to retrieve color values and describes all functions used...
How to capture the Double Click event in a DataGrid? is a tutorial in which the author gives you a brief explanation about how to retrieve the values of the rows when it is double-clicked, show the contents of the row that is selected and how to...
It is an ASP tutorial that demonstrates the For Next loop and For Each conditional tools in ASP to produce the array variables to a particular number. With the help of example program you can learn how to create the array structure to store the...
This is an user friendly ASP.NET tutorial through which you can learn about the cookies in ASP.NET. In this tutorial the author gives you a sample program which shows how to create an instance for the cookies using the HttpCookie constructor, how...
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.
A clear overview on ASP Application Object is provided in this tutorial which also describes it's usage to retrieve and store application variables. And teaches about the Contents collection and StaticObjects Collection utilities to retrieve... |