Categories

Updated: 09/05/2006

TraceLog

Using a simple server-side include (SSI), ASP developers can use TraceLog''s simple but powerful tracing facilities to view events on remote web servers straight from an Internet-enabled Windows PC. TraceLog events are easily added to new or existing ASP scripts using a single line of code. Each event includes: The Form collection; The QueryString collection; The Session collection; The Cookie collection. This information makes TraceLog perfect for speeding up development or helping to support ASP-driven sites.
Similar Scripts for "TraceLog"

Validate logins with ASP, Access and cookies

This script will validate form input against field in a database. The script will connect to the database and query the database fields - if the form input matches the database, a cookie will be allocated which will remain across any further ASP page...

ASP Cookie Writer

This is a Web-based cookie script generator. You enter cookie''s name, value and expiration in days, and it will automatically generate an ASP document for you.

An Overview of Cookie Detection in ASP

This article will explain the problems faced with detecting cookies in ASP and address them one by one. You will then be presented with a cookie detection script written in ASP that you can use on your own site.

Sakki''s ASP Counter

This is an ASP text counter using an Access database. It features: Cookie function, Add various counters to the same database (hit counter), and more.

How to create and retrieve cookies using ASP

Cookies can be used to remember things about a user when they come back to your site. Cookies expire after a certain amount of time which you can set. Also, the clients browser must have cookies enabled for them to work. Here is a very simple example...
©2003-2008 jCay.com