Personal tools
You are here: Home kaeru's blog Archive 2007 December 26 Sessions with Pound
Document Actions

Sessions with Pound

by kaeru last modified 2007-12-26 22:07
Filed Under:

In my last post I forgot about session handling in Pound. You'll need this, so that it can track sessions between multiple backends.

Basic http session add it to your Service section:

Session
           type BASIC
           TTL 300
End

For Zope the session type is cookie and you add the following to your service section:

Session
     Type    COOKIE
     ID      "__ac"
     TTL     300
End

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: