• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/MasonX/Request/H19-Dec-2007-579228

t/H19-Dec-2007-462366

Build.PLH A D19-Dec-20073.2 KiB12695

ChangesH A D19-Dec-20074.9 KiB177103

MANIFESTH A D19-Dec-2007272 1312

META.ymlH A D19-Dec-2007618 2322

Makefile.PLH A D19-Dec-20071.1 KiB3221

READMEH A D19-Dec-20071.1 KiB4328

SIGNATUREH A D19-Dec-20071.4 KiB3528

README

1HTML::Mason::Request::WithApacheSession
2=======================================
3
4This module takes advantage of the new flexibility in Mason 1.09_01
5and newer to integrate an Apache::Session session directly into
6Mason's Request object.
7
8This module is very alpha at this point, considering that it only
9works with a beta release of Mason!
10
11INSTALLATION
12
13To install this module type the following:
14
15   perl Makefile.PL
16   make
17   make test
18   make install
19
20Then in your httpd.conf file add:
21
22   PerlSetVar  MasonRequestClass       HTML::Mason::Request::WithApacheSession
23   PerlSetVar  MasonSessionClass       Apache::Session::File
24   PerlSetVar  MasonSessionDataSource  dbi:mysql:somedb
25
26DEPENDENCIES
27
28You must have Mason 1.10 or newer installed for this module to work
29at all.
30
31BUGS
32
33Bug reports should be sent to the mason-users list.  See
34http://www.masonhq.com/resources/mailing_lists.html for more details.
35
36COPYRIGHT AND LICENCE
37
38Copyright (c) 2002 David Rolsky
39All rights reserved.
40
41This program is free software; you can redistribute it and/or modify it
42under the same terms as Perl itself.
43