1Dancer::Session::SimpleU(s3e)r Contributed Perl DocumentaDtainocner::Session::Simple(3)
2
3
4
6 Dancer::Session::Simple - in-memory session backend for Dancer
7
9 version 1.3400
10
12 This module implements a very simple session backend, holding all
13 session data in memory. This means that sessions are volatile, and no
14 longer exist when the process exits. This module is likely to be most
15 useful for testing purposes.
16
18 The setting session should be set to "Simple" in order to use this
19 session engine in a Dancer application.
20
22 This module has been written by David Precious, see the AUTHORS file
23 for details.
24
26 See Dancer::Session for details about session usage in route handlers.
27
29 This module is copyright (c) 2010 David Precious
30 <davidp@preshweb.co.uk>
31
33 This module is free software and is released under the same terms as
34 Perl itself.
35
37 Dancer Core Developers
38
40 This software is copyright (c) 2010 by Alexis Sukrieh.
41
42 This is free software; you can redistribute it and/or modify it under
43 the same terms as the Perl 5 programming language system itself.
44
45
46
47perl v5.28.0 2018-06-15 Dancer::Session::Simple(3)