Skip to content

PerlDancer/dancer2-session-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Dancer2::Session::MongoDB - Dancer 2 session storage with MongoDB

VERSION

version 0.002

SYNOPSIS

# In Dancer 2 config.yml file

session: MongoDB
engines:
  session:
    MongoDB:
      database_name: myapp_db
      client_options:
        host: mongodb://localhost:27017

DESCRIPTION

This module implements a session factory for Dancer 2 that stores session state within MongoDB.

ATTRIBUTES

database_name (required)

Name of the database to hold the sessions collection.

collection_name

Collection name for storing session data. Defaults to 'dancer_sessions'.

client_options

Hash reference of configuration options to pass through to MongoDB::MongoClient constructor. See that module for details on configuring authentication, replication, etc.

SUPPORT

Bugs / Feature Requests

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.

Source Code

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

AUTHOR

David Golden <dagolden@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by David Golden.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004

About

Dancer 2 session storage with MongoDB

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages