[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Using Basic Zope Objects
webmaster@zope.org
webmaster@zope.org
Fri, 24 Jan 2003 16:05:40 -0500
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/BasicObject.stx#2-88
---------------
Sessions allow you keep track of site visitors. Web browsers use
a protocol named HTTP to exchange data with a server such as Zope.
HTTP is does not provide a way for the server to keep track of a
user's requests; each request is considered completely
independent.
% Anonymous User - Apr. 27, 2002 5:54 pm:
You may want to change "HTTP is does" with "HTTP does"
% aathan - Jan. 24, 2003 4:05 pm:
Caveat Emptor. Zope 2.6.0 and 2.6.1b1 releases have serious session tracking bugs.