On Tue, Dec 19, 2000 at 07:12:08PM -0500, [EMAIL PROTECTED] wrote:
>
> But nothing seems to make it to the database. It is getting to the
> else clause of the if ($@)? I have poked around looking for more
> examples but have not seen anything more?
Need to more. For starters: 1. do you have the d/b table defined? 2. Is
your %session going out of scope at the end of the HTTP request? (see
perl.apache.org/guide for details on scoping issues with modperl)
Try making a stand alone script and see if you manage to successfully store
and retrieve sessions on successive invocations
Ajit