1Dancer2::Session::SimplUes(e3r)Contributed Perl DocumentDaatnicoenr2::Session::Simple(3)
2
3
4
6 Dancer2::Session::Simple - in-memory session backend for Dancer2
7
9 version 0.400001
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 This session factory should not be used in production and is only for
19 single-process application workers. As the sessions objects are stored
20 in-memory, they cannot be shared among multiple workers.
21
23 The setting session should be set to "Simple" in order to use this
24 session engine in a Dancer2 application.
25
27 See Dancer2::Core::Session for details about session usage in route
28 handlers.
29
31 Dancer Core Developers
32
34 This software is copyright (c) 2023 by Alexis Sukrieh.
35
36 This is free software; you can redistribute it and/or modify it under
37 the same terms as the Perl 5 programming language system itself.
38
39
40
41perl v5.38.0 2023-07-20 Dancer2::Session::Simple(3)