At 11:28 AM 8/16/2005 -0500, Ian Bicking wrote: >I wrote a possible interface for sessions: >http://aspn.activestate.com/ASPN/CodeDoc/Apache-mod_perl_guide/src/modules.html
Um, wha? >Session: > An instance of this represents one user/browser's session. >SessionStore: > An instance of this represents the persistence mechanism. This > is a functional component, not embodying any policy. >SessionManager: > This is a container for sessions, and uses a SessionStore. This > contains all the policy for loading, saving, locking, expiring > sessions. Which of these is responsible for managing client-side state? (i.e. cookie reading, setting, expiration, and refresh?) Maybe this is clearer in what you actually wrote, but the link above gives no clue. :) _______________________________________________ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com