On Feb 25, 2009, at 11:32 AM, snorkel wrote:

just upgraded to 0.9.7 and sessions don't appear to be timing out
anymore.

relevent INI setting.

beaker.session.type = ext:database
beaker.session.sa.url = postgres://user:[email protected]:5432/ securetrans
beaker.session.table_name = sessions
beaker.session.key = somekey
beaker.session.secret = somesecret
beaker.session.cookie_expires = True
beaker.session.timeout = 120


120 seconds go by and the session data is still there.

Am I doing something wrong?

Nope, this is a known bug, a new Beaker is being issued shortly that addresses it, you'll be able to update just beaker then with:
easy_install -U Beaker

Version 1.2.3 will address the bug (should be out later today or tomorrow)

Cheers,
Ben

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to