Re: tracking a session without using sessions or cookies
Posted by David Haynes on 06/25/06 19:45
New response since I missed the desire not to use sessions or cookies.
Generate a unique id for the session and use that as the primary key
into a database where you store the variable values. Include the unique
id in each browser page and pass it back with each form.