Dancer2::Session::MongoDB - Dancer 2 session storage with MongoDB
version 0.002
# In Dancer 2 config.yml file
session: MongoDB
engines:
session:
MongoDB:
database_name: myapp_db
client_options:
host: mongodb://localhost:27017
This module implements a session factory for Dancer 2 that stores session state within MongoDB.
Name of the database to hold the sessions collection.
Collection name for storing session data. Defaults to 'dancer_sessions'.
Hash reference of configuration options to pass through to MongoDB::MongoClient constructor. See that module for details on configuring authentication, replication, etc.
Please report any bugs or feature requests through the issue tracker at https://github.com/dagolden/dancer2-session-mongodb/issues. You will be notified automatically of any progress on your issue.
This is open source software. The code repository is available for public review and contribution under the terms of the license.
https://github.com/dagolden/dancer2-session-mongodb
git clone git://github.com/dagolden/dancer2-session-mongodb.git
David Golden <[email protected]>
This software is Copyright (c) 2013 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004