On Tue, 2005-02-01 at 23:52 -0500, jonathan vanasco wrote:
> slightly OT, but i'm doing this in mod_perl!
> 
> server
>       Apache/2.0.52 (Unix)
>       mod_perl/1.99_16
>       Perl/v5.8.1
> 
> use
>       use Apache::Cookie;
>       use Apache::Request ();
>       use Apache::Session;
>       use Apache::Session::File;
> 
> is there any way to store an object into an Apache Session ?
> 

Have you tried to freeze your object and then thaw it on retrieve?

perl -MCPAN -e install Storable
perldoc Storable

> all attempts have been fruitless.  i'd rather not rebuild the object by 
> hand each time, but if needed i will.
> 

This email and any files transmitted with it are confidential and intended 
solely for the 
use of the individual or entity to whom they are addressed. Please notify the 
sender 
immediately by email if you have received this email by mistake and delete this 
email 
from your system. Please note that any views or opinions presented in this 
email are solely
 those of the author and do not necessarily represent those of the 
organisation. 
Finally, the recipient should check this email and any attachments for the 
presence of 
viruses. The organisation accepts no liability for any damage caused by any 
virus 
transmitted by this email. 

Reply via email to