You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Ajit Deshpande <aj...@skycorp.net> on 2000/12/20 00:24:13 UTC

Re: Apache::Session::Oracle

On Tue, Dec 19, 2000 at 07:12:08PM -0500, c.w.huling@pobox.com 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