Re: Force logout a user in signed cookie mode

2012-04-10 Thread Cherian Thomas
Hi, all Can someone help? - Cherian On Tue, Apr 10, 2012 at 11:51 AM, Cherian wrote: > Hi all, > > In the signed cookie mode is it possible for me force logout an > account? > Say I login from two places, and I need to logout my account from the > one access I forgot to logout in a public inte

Re: Is there a way to prevent /static directory browsing?

2012-02-06 Thread Cherian Thomas
Direct your webserver to prevent this. .htaccess/conf in apace. Directory browsing is disabled by default in nginx http://www.ducea.com/2006/06/26/apache-tips-tricks-disable-directory-indexes/ Regards, Cherian On Mon, Feb 6, 2012 at 8:23 PM, Robert Steckroth wrote: > Hey Guys, I am looking fo

Re: Alternatives to celery

2012-01-16 Thread Cherian Thomas
Gearman supports sqlite. Gearman is for jobs, not just data. Regards, Cherian On Mon, Jan 16, 2012 at 8:35 PM, bryan hunt wrote: > Gearman only supports a MySql backend for persistent queues - it > doesn't support a real message queue like Rabbitmq. > > > > On Jan 16, 1

Re: Alternatives to celery

2012-01-16 Thread Cherian Thomas
Second Arun’s suggestion on gearman. Pretty solid too. Regards, Cherian On Mon, Jan 16, 2012 at 3:52 PM, Alec Taylor wrote: > Looking for an alternative to celery? — Have you considered carrot? > > :P > > -- > You received this message because you are subscribed to the Google Groups > "Djan

Re: Users getting logged out frequently

2012-01-04 Thread Cherian Thomas
Do you have the SESSION_COOKIE_NAME set correctly? Regards, Cherian On Wed, Jan 4, 2012 at 9:21 PM, arun.pbk wrote: > > I have a Django app using Django social with session timeout set as > SESSION_COOKIE_AGE = 60 * 60 *24 * 7 > The session is being store in the db and rows are inserted for n