I'm trying to store an object (simple datatype, just a blessed hash
inside) within Apache::Session.  I'm doing this:
$session->{tax_swap}->{preview_sell_candidates} = [EMAIL PROTECTED]; 
where @items is an array of SellCandidate objects... I've stored array
references in Apache::Session before; is the problem my trying to save
the Objects, or the objects within an array Ref?

I know from it's docs that CGI::Session can store Objects - am I better
off switching to CGI::Session if it's an Apache::Session problem, or
just quickly writing a serialize, deserialize method (which dumps to a
hash)?

-- 
Brendan W. McAdams             | [EMAIL PROTECTED]
Senior Applications Developer  | (646) 375-1140
TheMuniCenter, LLC             | www.themunicenter.com

perl -e '$_="krJhruaesrltre c a cnp,ohet";$_.=$1,print$2while
s/(..)(.)//;'

"Always listen to experts. They'll tell you what can't be done, and why.
Then do it."
- Robert A. Heinlein

"I cannot make my days longer, so I strive to make them better."
- Henry David Thoreau 

Reply via email to