Re: Does setting a session cause a redirect?

2007-10-03 Thread Rob Hudson
After the few responses here and Malcolm telling me I was on drugs (grin) I dug deeper and found the problem... On my list result page I had a model method returning an empty string for a URL to a related image which resulted in the following HTML: That cause an extra GET request to the

Re: Does setting a session cause a redirect?

2007-10-03 Thread Richard Dahl
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 >

Re: Does setting a session cause a redirect?

2007-10-03 Thread Joe
Can you post the command line output? On Oct 3, 11:45 am, 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

Does setting a session cause a redirect?

2007-10-03 Thread Rob Hudson
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