Exit or die

2003-03-06 Thread david
Gerald How do you exit or die without killing the child process under mod_perl I see s reference in the documentation for Apache::exit. There is nothing in the mod_perl man pages or on cpan for this. Ruben Safir Sole Founder of NYLXS and NY Fair Use http://fairuse.nylxs.com

Re: Problems with session handling

2003-03-06 Thread Stefan Cars
I found out when using HTML::Embperl (i'e the Embperl 1) and doing PerlSetEnv EMBPERL_COOKIE_PATH / it works perfectly fine. But that trick doesn't fix it for Embperl 2. /S Stefan Cars wrote: Hi again! After doing some investigation I have found that when using the %udat. It sets the cookie

Re: Problems with session handling

2003-03-06 Thread Stefan Cars
Hi again! After doing some investigation I have found that when using the %udat. It sets the cookie to the browser with a PATH that points to the page that first used the %udat. This is not good since the %udat is supposed to be used in all embperl pages. Is this a bug ? / Stefan Stefan Cars

Problems with session handling

2003-03-06 Thread Stefan Cars
Hi! I'm trying to handle sessions using with embperl. I'm writing a value to $udat{submenu_id} and go to another page. This does not work at all in internet explorer 6 on windows or safari on Mac OS X although it works using Mozilla 1.3b on Linux/FreeBSD. On windows/mac os x the $udat{submenu_