On Sunday, December 4, 2011 4:28:19 PM UTC-5, Alan Etkin wrote:
>
> It seems that you are resetting the q object (because controller code
> executes on each request)
> It could be solved storing the object in session.
>
> session.q = ...
>
Note, the session is unique per user, so that only works if each user 
should have their own session. Otherwise, may store in cache or db. 

Reply via email to