0.07  August 19, 2002 (from Taiwan)

- Some parameters which should have allowed undef were not allowing
it.

- When an incoming cookie contained an invalid session id and a new
session was created, the old session id was still being set in the
cookie for that request.  Reported by Warren Welch.

0.06  August 1, 2002

- Every call to $m->session was baking a new cookie.  Reported by
Chris Huseman.
- Added $m->delete_session method.  Suggested by Chris Huseman.

0.05  July 23, 2002

- Use Request->alter_superclass method available in Mason 1.12.

0.04  July 17, 2002

- Make it play nicer with a caching Class::Container.

0.03  July 15, 2002

- Make it work with upcoming Class::Container (which does more
caching).

- Fix handling of subrequests.

0.02  June 20, 2002

- Make it work with CGIHandler as well.

- Add Apache::Session to prereq (duh!).  Reported by Alex Muntada.

0.01  June 12, 2002

- initial release