------------------
- Make the ``secure`` option of cookies configurable. This allows to restrict
cookies to HTTPS connections alone. This closes
http://dev.plone.org/plone/ticket/7897.
[pfurman, hannosch]
- Use the standard libraries doctest module, instead of the deprecated one
from zope.testing.
[hannosch]
- Marked the session cookie as ``HTTPOnly``.
[hannosch]
- PEP8 cleanup.
[hannosch]
- Relicense as BSD following PF Board decision.
http://lists.plone.org/pipermail/membership/2010-April/001123.html
[elro]