* Generate CAS 2.0 XML responses instead of using templates
* Expire PGTs according to SESSION_COOKIE_AGE
* Change ticket created field to expiry date
* Change ticket expiration duration to seconds
* Fix ticket cleanup cascading to valid tickets
.. warning::
The ``created`` field on ``ServiceTicket``, ``ProxyTicket`` and
``ProxyGrantingTicket`` was renamed to ``expires``. If upgrading,
you must ensure this field is renamed accordingly.
.. warning::
The ``MAMA_CAS_TICKET_EXPIRE`` setting previously specified ticket
expiration in minutes and defaulted to *5*. Now the setting is
specified in seconds and defaults to *90*.