Obie Quick Authentication script (supports one user) uses COOKIE to store the loging session. Also features: EASY to use, only 5 lines to add into any page that requires authentication. ENCRYPT password with an Empression that uses MD5(). Uses COOKIE
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, yo
This small javascript allows you to set a cookie on your visitors computer. If the cookie still exists the next time they visit, they are redirected to the page of your choice. Ideal for redirecting visitors who have already seen you (long) flash int
This JavaScript implements a cookie that stores on the visitor?s computer the name of the visitor?s. This information on the cookie can be retrieved later for future use. The cookie can be implemented in your web page by first copying and pasting the
Place, modify, and display the contents of a cookie, or delete a cookie when a web surfer visits a targeted webpage. It can be used for promotional offers, coupons, to bypass membership login pages, offer fresh and dynamic content, Flash and other me
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 user c
Cookies can be intrusive, but they can also be a great way to store specific information about the people using your site and enable you to customize output specifically tailored to their input. You can construct a simple cookie based on user test in
Working with Cookies in ASP.NET is an article for the users who are new to the workingspot of cookies. This article covers the topics like working of cookie, writing and reading cookie, checking through cookie collection, debugging, testing for the
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 it
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. |