From: listrecv@... Date: 2006-07-25T01:55:10+09:00 Subject: CGI session and namespaces 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?