PerlDancer / dancer2-session-psgi-UNRELEASED

Dancer 2 session storage with PSGI middleware

Home Page:https://metacpan.org/author/DAGOLDEN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME

Dancer::SessionFactory::PSGI - Dancer 2 session storage with Plack middleware

VERSION

version 0.001

SYNOPSIS

# In Dancer 2 config.yml file

session: PSGI
engines:
  session:
    PSGI:
      store: File

DESCRIPTION

This module implements a session factory for Dancer 2 that usee Plack::Middleware::Session.

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at https://github.com/dagolden/dancer-sessionfactory-psgi/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/dancer-sessionfactory-psgi

git clone git://github.com/dagolden/dancer-sessionfactory-psgi.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 PSGI middleware

https://metacpan.org/author/DAGOLDEN


Languages

Language:Perl 100.0%