zope.session

Software Screenshot:
zope.session
Software Details:
Version: 3.9.5
Upload Date: 11 May 15
Distribution Type: Freeware
Downloads: 53

Rating: 4.5/5 (Total Votes: 2)

zope.session provides interfaces for client identification and session support and their implementations for zope.publisher's request objects.

Sessions

Sessions provide a way to temporarily associate information with a client without requiring the authentication of a principal. We associate an identifier with a particular client. Whenever we get a request from that client, we compute the identifier and use the identifier to look up associated information, which is stored on the server.

A major disadvantage of sessions is that they require management of information on the server. This can have major implications for scalability. It is possible for a framework to make use of session data very easy for the developer. This is great if scalability is not an issue, otherwise, it is a booby trap.

What is new in this release:

  • LP #824355: enable support for HttpOnly cookies.
  • Fix a bug in zope.session.session.Session that would trigger an infinite loop if either iteration or a containment test were attempted on an instance.

Requirements:

  • Python

Other Software of Developer Zope Corporation and Contributors

zope.schema
zope.schema

14 Apr 15

zope.app.container
zope.app.container

14 Apr 15

zope.traversing
zope.traversing

11 May 15

Comments to zope.session

Comments not found
Add Comment
Turn on images!