Hi,

thanks for the addtional infos. I just checked it out and you are right.
It's an bug in 1.3.1. Try to change line 1797 and 1798 in Embperl.pm from

        my $id     = $udat -> getid ;
        my $initialid     = $udat -> getinitialid ;

to

        my ($initialid, $id, $modified)     = $udat -> getids ;

Please let me know if this works for you

Gerald



> Previous mail's subject heading was misleading, so this is like an echo...
>
> I have Apache::Session version 1.53 by the way and
>
> HTML::Embperl::Req::SetupSession ($req_rec) is called prior to
> SetSessionCookie method and the returned value of reference to %udat is
> properly populated from sessoin data.
>
> Any help would be appreciated, Thanks.
>
> ----- Original Message -----
> From: "Sun Choi" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 21, 2001 6:16 PM
> Subject: Re: multipart/form-data and fdat
>
>
> > I'm using Embperl 1.3.1 and I was trying to use
> >
> >
> > HTML::Embperl::Req::SetSessionCookie
> >
> >
> > directly from mod_perl page, but I get this Apache error message:
> >
> >
> > [Wed Feb 21 17:59:56 2001] [error] Can't locate object method
> "getinitialid"
> > via package "HTML::Embperl::Session" (perhaps you forgot to load
> > "HTML::Embperl::Session"?) at Embperl.pm line 1765.
> >
> >
> > I look at HTML::Embperl::Session module and I don't see this particular
> > method implemented.
> >
> > Any idea what I'm doing wrong here?
> >
> >
> >
> > Sun Choi
> > Developer
> > Bigfoot Interactive.
> > 646-227-7413
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to