The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.2 - 2011-05-28

  • 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').

Modules

MongoDB session backend for Dancer.