Hi,
While using Apache::SessionX everything works great but after approx. 15-20 requests from Apache restart
session values start disapearing and reappearing.
Last time I had same kind of trouble, when PerlOptions +Parent was enabled in apache server conf and perl modules gave random errors.
Using latest mod_perl 2 from CVS.
Whats wrong?
Is it possible that you have 15-20 servers running? Try starting only one server with
% httpd -DONE_PROCESS -DNO_DETACH
If it now disappears after the first request, then you have the usual problem of persistent variables. See the perl.apache.org docs for more.
Besides please follow these http://perl.apache.org/bugs/ guidelines on how to report problems.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html