ANNOUNCE: Apache::Session::Wrapper

2004-04-23 Thread Dave Rolsky
0.17 2004-04-23 - Fix a bug in checking parameters which could occur when the "commit" parameter for Postgres, Oracle, or Sybcase was passed. This caused a fatal error when creating the wrapper object. Patch by Max Baker. -dave /*=== House Absolute Consulting www.housea

ANNOUNCE: Apache::Session::Wrapper 0.14

2004-04-03 Thread Dave Rolsky
0.14 2004-04-03 - Fix a bug which causes the constructor to complain some required parameters were missing when in fact the required parameters had been given. Reported by Jim Mozley. -dave /*=== House Absolute Consulting www.houseabsolute.com ===*/

ANNOUNCE: Apache::Session::Wrapper 0.13

2004-03-19 Thread Dave Rolsky
0.13 2004-03-19 - Allow the cookie expiration to be set to "session", which is equivalent to undef, and causes the cookie to expire when the browser is closed. Requested by Herald (RT #5615) for MasonX::Request::WithApacheSession. - Remove some incorrect default values for some parameters, whi

ANNOUNCE: Apache::Session::Wrapper 0.11

2004-02-26 Thread Dave Rolsky
So here's the second release of the module that was discussed on this list earlier. It provides a simple wrapper around Apache::Session that handles getting a session id from a cookie or URL parameter. It also has a generic hook for subclassing, where it will simply call "_get_session_id" before

Re: ANNOUNCE: Apache::Session::Wrapper 0.11

2004-02-26 Thread Dave Rolsky
On Thu, 26 Feb 2004, Dave Rolsky wrote: > So here's the second release of the module that was discussed on this list Swiftly followed by the third release, which includes some doc improvements. -dave /*=== House Absolute Consulting www.houseabsolute.com