Re: Session overload

2010-06-15 Thread Jeremy Dunck
On Fri, Jun 11, 2010 at 1:43 PM, Jan Murre wrote: > On Fri, Jun 11, 2010 at 3:13 PM, Tom Evans wrote: >> On Fri, Jun 11, 2010 at 11:41 AM, jjmurre wrote: >>> Hi, >>> >>> I am using long living session in the database backend. Because of >>> Robots I am getting a huge amount of sessions. I google

Re: Session overload

2010-06-11 Thread Jan Murre
On Fri, Jun 11, 2010 at 3:13 PM, Tom Evans wrote: > On Fri, Jun 11, 2010 at 11:41 AM, jjmurre wrote: >> Hi, >> >> I am using long living session in the database backend. Because of >> Robots I am getting a huge amount of sessions. I googled if there is >> some kind of Session middleware that does

Re: Session overload

2010-06-11 Thread Tom Evans
On Fri, Jun 11, 2010 at 11:41 AM, jjmurre wrote: > Hi, > > I am using long living session in the database backend. Because of > Robots I am getting a huge amount of sessions. I googled if there is > some kind of Session middleware that does user-agent blacklisting and > does not create new session

Session overload

2010-06-11 Thread jjmurre
Hi, I am using long living session in the database backend. Because of Robots I am getting a huge amount of sessions. I googled if there is some kind of Session middleware that does user-agent blacklisting and does not create new sessions in the database for Robots accessing the site. I did not fi