Re: Exit frustration

2007-01-10 Thread Oskar Ahner
Gerald Richter skrev: [$ var $dummy $] [- # Just clear the user session information to leave cleanly, inform # the user he has logged out, and redirect to the login screen delete $udat{login}; delete $udat{passwd}; $epreq->{warnings}->add_msg('Su sesión ha finalizado'); $epreq->{we

Re: Exit frustration

2007-01-10 Thread Oskar Ahner
Gunnar Wolf skrev: Gerald Richter dijo [Wed, Dec 13, 2006 at 08:02:26AM +0100]: In your module, you should call Embperl::exit (301) instead of just exit, because calling exit only, will terminate the whole Apache child, which is not what you want. Ok, changed to Embperl::Exit - Now I g

Re: Exit frustration

2007-01-10 Thread Gunnar Wolf
Oskar Ahner dijo [Wed, Jan 10, 2007 at 06:52:34PM +0100]: > >>In your module, you should call Embperl::exit (301) instead of just exit, > >>because calling exit only, will terminate the whole Apache child, which is > >>not what you want. > >> > > > >Ok, changed to Embperl::Exit - Now I get yet

Re: Exit frustration

2007-01-10 Thread Oskar Ahner
Gunnar Wolf skrev: Oskar Ahner dijo [Wed, Jan 10, 2007 at 06:52:34PM +0100]: In your module, you should call Embperl::exit (301) instead of just exit, because calling exit only, will terminate the whole Apache child, which is not what you want. Ok, changed to Embperl::Exit - Now