-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, Sep 01, 2006 at 04:35:38PM -0400, dhaval gada wrote:
> Hi,
> I am not using any references to subroutines in the session data.
>
> And if some objects are implemented in Perl as references to subroutines,
> and
> some data structures include
On Fri, 2006-09-01 at 16:35 -0400, dhaval gada wrote:
> I am not using any references to subroutines in the session data.
Maybe you're trying to store a DBI handle.
> And if some objects are implemented in Perl as references to
> subroutines, and
> some data structures include also subroutine
Hi,
I am not using any references to subroutines in the session data.
And if some objects are implemented in Perl as references to subroutines, andsome data structures include also subroutine references,
then does it imply that no session management is possible with objects in embperl
dhaval gada dijo [Fri, Sep 01, 2006 at 09:14:37AM -0400]:
> Hi,
> I did try using %udat initially, but it throws the foll error:
>
> Can't store CODE items at blib/lib/Storable.pm (autosplit into
> blib/lib/auto/Storable/_freeze.al) line 282, at
> /usr/local/ext/perl/5.8.0/lib/site_perl/Apache/Ses
Hi,
> I did try using %udat initially, but it throws the foll error:
>
> Can't store CODE items at blib/lib/Storable.pm (autosplit
> into blib/lib/auto/Storable/_freeze.al) line 282, at
> /usr/local/ext/perl/5.8.0/lib/site_perl/Apache/Session/Seriali
> ze/Storable.pm line 21
>
>
That happen
Hi,
I did try using %udat initially, but it throws the foll error:
Can't store CODE items at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_freeze.al) line 282, at /usr/local/ext/perl/5.8.0/lib/site_perl/Apache/Session/Serialize/Storable.pm line 21
Thanks & Best Regards,
-Dhaval.
Hi,
> Well I did try printing the value for $cookie and gives me
> the foll value:
>
> EMBPERL_UID=df9c7b02f04343807ef7ab570ab43dc6;
> SESSION_ID=97f3d8207d2e8d9afd7493ca28c3908a;
> BIGipServerwebster2=593498284.20480.
>
> Also, while trying to retrieve the session, I tried supplyi