Problems with session

2002-07-05 Thread Michael Ott
Hallo! I have two problems. The first is a session-problem Here my httpd.conf #Alias /perl /var/www/perl # #SetHandler perl-script #PerlHandler Apache::Registry #Options +ExecCGI # PerlSetEnv EMBPERL_DEBUG 2285 PerlSetEnv EMBPERL_LOG /var/log/httpd/

Re: EmbperlObject calling order (was: Problems with embperl-2.0b8)

2002-07-05 Thread Gerald Richter
Hi, the problem I see from your source is the following code [- $req = shift; Execute ("main/index.html"); -] This just inserts the content of main/index.html at the place you call Execute. Execute will always only include the file you call. For the result you want, you need a new http reque