Re: Object persistence

2000-06-05 Thread Gunther Birznieks
objects into session's data store. Later, Gunther At 08:08 AM 6/5/00 -0700, Ian Mahuron wrote: >Is there any way to implement object persistence with Apache::Session? > >I'd like to do something like this (though I'm not sure how): > ># during some point in app

Object persistence

2000-06-05 Thread Ian Mahuron
Is there any way to implement object persistence with Apache::Session? I'd like to do something like this (though I'm not sure how): # during some point in application (throwing object into session data) my $user = MyMods::User->new(); $user->fetch_by_id(1234); $sessi