Re: Django Sessions - HttpResponseRedirect

2012-07-01 Thread M Oklah
rflow.com/questions/6950077/session-id-changes-when-using-redirect-in-view > > Regards, > Alagappan > > On Sun, Jul 1, 2012 at 6:19 PM, M Oklah wrote: > >> >> Hello, >> >> Why is it that the session id changes after a redirect is initiated from >> a view fu

Django Sessions - HttpResponseRedirect

2012-07-01 Thread M Oklah
Hello, Why is it that the session id changes after a redirect is initiated from a view function? This is basically the scenario, after the browser makes a POST request to a custom login() view function, the view function authenticates the user and redirects (302) the user back to a page, but the r

Hooking into Django Sessions

2012-05-06 Thread M Oklah
Hello, Is it possible to hook into Django so that a user defined callback method is executed each time a session expires? Thanks, -Moe -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegr

Django Caching with Redis

2012-04-20 Thread M Oklah
Hi, I'm building a high traffic intensive application that involves the browser making an AJAX request to the server every second and is expecting the server to return JSON. At any given second the server responds with the same JSON back to each browser (regardless of which user logged in). Becaus

Re: where do you host your django app and how to you deploy it?!

2012-04-02 Thread M Oklah
Has anyone tried deploying a large scale application to dotcloud or heroku? How did it work out? Thanks, Moe On Mon, Apr 2, 2012 at 2:07 PM, N.Aleksandrenko wrote: > What about google app engine? > > -- > You received this message because you are subscribed to the Google Groups > "Django user