Commit info for scoop/etc: Modified Files: startup.pl Log Message: Fixed a typo in Sessions that kept the session key from being stored in $S (I don't think the typo actually affected anything). Also changed the serialization calls to use nfreeze (just in case the extra portability is needed) and to encode serialized data with MIME::Base64 before stashing it in the database. The binary data from freeze might have been causing problems with Postgres, so we'll see if this fixes it. Index: startup.pl =================================================================== RCS file: /cvs/scoop/scoop/etc/startup.pl,v retrieving revision 1.65 retrieving revision 1.66 diff -r1.65 -r1.66 86a87 > use MIME::Base64 qw();