>>> Chris Withers wrote > > - SessionDataContainer keys are now required to be strings > > (thanks to Anthony Baxter). > > Why must they be required to be strings? What else would you suggest? Allowing anything through means that people implementing session data storages have to do work to handle j. random object types as session keys. Anthony