[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

CGI session and namespaces

List Recv

7/24/2006 4:54:00 PM

Are there any issues in storing objects defined within namespaces (eg
Module A; Class B) in CGI Sessions? I'm trying to debug a weird bug,
and I'm wondering if this might be the cause.

Perhaps the problems arise when you save to session from a place in
which the Module is included, and restore from a place where it's not
included, or vice versa?