Re: Persistent Data with HTTP, Apache and Perl

2007-12-20 Thread Tom Phoenix
On 12/20/07, Nigel Peck <[EMAIL PROTECTED]> wrote: > I'm looking for some recommendations of ways to have http sessions using > Apache and Perl. Then you probably want a forum about http sessions, Apache, and Perl. Even if you're not using mod_perl (but you probably are), permit me to recommend

Persistent Data with HTTP, Apache and Perl

2007-12-20 Thread Nigel Peck
Hi all, I'm looking for some recommendations of ways to have http sessions using Apache and Perl. I have (will have) a shopping application that needs to work across user's visits to static html pages, so passing a session id in the page is not viable. I don't want to rely on cookies. Ho