Re: Keeping request.GET keys

2009-09-30 Thread Jay
I do not quite follow your statement. Do you mean redirect (request.get_full_path())? On Sep 30, 10:47 pm, "bax...@gretschpages.com" wrote: > I'm passing through a testcookie function and would like to keep the > request.GET keys > > so if the original URL is /testcookie/?foo=1&bar=2 > > Whe

Keeping request.GET keys

2009-09-30 Thread bax...@gretschpages.com
I'm passing through a testcookie function and would like to keep the request.GET keys so if the original URL is /testcookie/?foo=1&bar=2 When testcookie works, I want to redirect to the new URL with foo and bar intact. How? --~--~-~--~~~---~--~~ You received t