OK, simple one.

Other than creating a database table and managing sessions on my own by
passing cookies around manually, are there any options for managing
sessions in Perl using CGI?  Apache::Session appears to only work in the
mod_perl version.  The error I keep getting in my error_log file is:

Can't locate object method "request" via package "Apache" at
/usr/local/apache/www/cmrecipe/example.pl line 15.
[Thu Jul 19 09:17:08 2001] [error] [client 192.168.x.x] Premature end of
script headers: /usr/local/apache/www/cmrecipe/example.pl

This leads me to another question, which is how to resolve that error
because I'm going to be needing the request object once I start posting
forms.

Any help you can give to an ASP and PHP developer trying to "see the
light" will be appreciated.

Thanks in advance
Chris



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to