Revision history for Dancer-Session-MongoDB 0.2 2011-05-28 16:17:20 Asia/Jerusalem - Now relies on MongoDB to generate a session ID. - Now allows passing options to MongoDB::Connection's new() method from the application configuration. - BACKWORDS COMPATIBILITY BROKEN: the session database parameter is now called 'mongodb_session_db' (and not 'mongodb_dbname') and the session collection parameter is now called 'mongodb_session_coll' (and not 'mongodb_coll'). 0.1 2010-08-10 22:11:02 Asia/Jerusalem - Initial release