It works with -X because that starts up a single apache child. That one
child processes the requests one at a time in the order received. Ie:
frame page, subpage1, subpage2
In normal operation conditions the 3 pages are more or less served in
parallel (well, they're being processed in parallel) w
Hi Gerald,
Thank you for your response.
I now have the following in my httpd.conf:
PerlSetEnv EMBPERL_SESSION_HANDLER_CLASS "Embperl::Session"
PerlSetEnv EMBPERL_SESSION_CLASSES "File File"
PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/tmp"
but it _still_ has the same problems.
Is that the corr
Hi,
The problem is that the subpages are start loading before the frame page has
finish and saved it's session data. So it might be better to pass the values
are arguments to the sub pages
The other alternative is to use a Locker for session data access (instead of
Null, e.g. File), this makes su
Hi!
>
> I use
> SetEnv EMBPERL_SYNTAX "Embperl"
> SetEnv EMBPERL_RECIPE EmbperlXSLT
>
> and if I type
>
> then result in HTML is still value="a b c". Seems _ep_sa
> function discards newlines?
>
I should not discard newlines. What is your setting for input_escmode?
Depending on that setting