The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Apache::SessionManager.

0.01_1  Tue Apr 30 17:18:13 2002
	+ original version; created by h2xs 1.20 with options
		-X -n Apache::SessionManager

0.01_2  Fri Aug 02 14:00:00 2002
	+ Wrote test suite with Apache::test
	! Updated docs
	+ Released as RFC to mod_perl community
	
0.01_3  Tue Aug 20 14:00:00 2002
	+ Used Apache::Session:Flex to configure
	  datastore on the fly (in httpd.conf with
	  PerlSetVar directives)
	! Updated docs and test
	
0.01_4  Tue Aug 21 14:00:00 2002
	+ Added support to embed session ID in URI other 
	  than in cookie
	! Updated docs and test for URI session ID tracking

0.01    Fri Aug 23 14:00:00 2002
	+ Few minor changes
	! Updated docs

0.02    Mon Sep 02 17:00:00 2002
	+ Added control to bypass expiration time check in new sessions
	+ Use of session in test handler t/lib/PrintEnv.pm
	+ Added successfully tested platforms in POD [BUGS] section
	! Corrected print on STDERR in _tieSession 
	! Corrected Makefile.PL httpd.conf extra lines
	! Updated pod (moved PerlTransHandler outside <Location> section in
	  a configuration example!)

0.03    Wed Oct 04 12:00:00 2002
	+ Added 'SessionManagerCookieArgs' PerlSetVar directive in order to 
	  set cookie optional attributes.
	+ Added experimental support 'SessionManagerEnableModBackhand' 
          PerlSetVar directive in order to support mod_backhand sticky 
	  cookie session load balancing.
	! Updated Makefile.PL httpd.conf extra lines
	! Updated docs (added pod for new directive 'SessionManagerCookieArgs')

0.04    Tue Oct 16 20:00:00 2002
	+ Set '/' as default path attribute for session cookies
	! Updated Makefile.PL in order to skip generation of Apache test section
	  in Makefile if 'use Apache::test' fails (notice by Jeroen Latour 
	  <jlatour@www.arens.nl>) 
	! Updated t/01real.t in order to skip it if 'use Apache::test' fails.