Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigpresh/dancer-session-cgisession
a Dancer session backend for CGI::Session sessions
https://github.com/bigpresh/dancer-session-cgisession
Last synced: about 1 month ago
JSON representation
a Dancer session backend for CGI::Session sessions
- Host: GitHub
- URL: https://github.com/bigpresh/dancer-session-cgisession
- Owner: bigpresh
- Created: 2011-05-18T17:23:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-18T17:41:06.000Z (over 13 years ago)
- Last Synced: 2024-10-13T11:33:00.708Z (2 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Dancer-Session-CGISession
- Size: 602 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
Dancer::Session::CGISession - CGI::Session session engine for DancerDESCRIPTION
A session engine wrapper to allow Dancer apps to use CGI::Session
sessions. Mostly useful if you need to share sessions created by
non-Dancer apps which are already using CGI::Session.Work in progress; not yet ready for use.
AUTHOR
David Precious, `'BUGS
Please report any bugs or feature requests to
`bug-dancer-session-cgisession at rt.cpan.org', or through the web
interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dancer-Session-CGISession
. I will be notified, and then you'll automatically be notified of
progress on your bug as I make changes.SUPPORT
You can find documentation for this module with the perldoc command.perldoc Dancer::Session::CGISession
You can also look for information at:
* RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dancer-Session-CGISession* AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Dancer-Session-CGISession* CPAN Ratings
http://cpanratings.perl.org/d/Dancer-Session-CGISession* Search CPAN
http://search.cpan.org/dist/Dancer-Session-CGISession/ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2011 David Precious.This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.See http://dev.perl.org/licenses/ for more information.