The second beta of Embperl 2.0 is now available from
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b2.tar.gz
The main news are the support for interactive debuggers and the possibility
to use different syntaxes (Embperl, SSI, ASP, pure Perl, Text only etc.)
along with various bugfixes.
>
> [Wed Mar 28 13:09:46 2001] [error] Can't locate object method
"getinitialid"
> via package "HTML::Embperl::Session" at
> /opt/perl5.004_04/lib/site_perl/HTML/Embperl.pm line 1798, chunk
31.
>
This is a bug in 1.3.1. It is corrected in the current CVS version. I append
you a mail which contai
Hi.
I'm trying to use embperl sessions from a mod_perl
authentication handler (subclass of Apache::AuthCookie).
My code looks like this:
sub touch_session {
my $r = Apache->request or die "no request";
HTML::Embperl::Req::SetupSession($r);
## do some stuff with sessions
# call GetSessio