apache::DBI handling extended DBI objects...

2003-11-13 Thread Masetti Marco
Hi, am running mod_perl 2 applications under this configuration: Apache/2.0.47 (Unix) mod_perl/1.99_09 Perl/v5.8.0. DBI version 1.37 Apache::DBI version 0.92 Everything runs smoothly apart the DBI connections handled with Apache::DBI. I'm actually using Extropia ADT toolkit, so basically I'm stori

Re: Getting new id with every calls with Apache::Session

2003-10-21 Thread Masetti Marco
[EMAIL PROTECTED] wrote: I'm getting a new id with every refresh click; so, how am I suppose to know it is the same session? Here's my code: The behaviour is the right one, I'll tell you now why is not what you would expect... The session object is intended to provide persistancy to your applic