Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Clearing sessions when paster is down

Received: by 10.35.127.7 with SMTP id e7mr112149pyn.1192783059154;
        Fri, 19 Oct 2007 01:37:39 -0700 (PDT)
Received: by i38g2000prf.googlegroups.com with HTTP;
	Fri, 19 Oct 2007 08:37:38 +0000 (UTC)
X-IP: 84.62.16.244
From:  voltron <nhy...@googlemail.com>
To:  pylons-discuss <pylons-discuss@googlegroups.com>
Subject: Clearing sessions when paster is down
Date: Fri, 19 Oct 2007 08:37:38 -0000
Message-ID: <1192783058.050430.91980@i38g2000prf.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7,gzip(gfe),gzip(gfe)
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"

For one reason or the other, the paster serve might be down,
maintenance, errors e.t.c. This would cause errors on the client if
certain pages depend on various session variables.Is there a hook,
callback that one can use to trigger an action when the server is
going down to clear out all the sessions? Polling in intervals to see
if the server is up might not be fast enough.


Thanks