I can't see why that would cause a redirect, it is hard to diagnose a problem without seeing the code or the server logs. Is the get request for the same URL?
On 10/3/07, Rob Hudson <[EMAIL PROTECTED]> wrote: > > > I'm working on an advanced search feature for a website and am using > request.session to store the search terms so pagination will remember > and paginate correctly. While working with the built-in server I'm > seeing that my search submit come through as a POST then almost > immediately after I see another GET request. I suspect that this code > is causing the redirect... > > request.session['mykey'] = mydict > > Does that seem right that it would redirect? > > Thanks, > Rob > > > > > --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---