in reply to Viewing

Is there anohter way to go about this other than using session ids?

Replies are listed 'Best First'.
RE: Re: Viewing
by merlyn (Sage) on Aug 17, 2000 at 02:08 UTC
    You have to have some way to correlate one hit with the next. The easiest way is with a session ID that you hold in a hidden field, mangled URL, cookie, basic-auth, or mangled hostname.

    -- Randal L. Schwartz, Perl hacker