8 Jan
2015
8 Jan
'15
9:45 p.m.
On 2015-01-08 02:48 PM, Jeff Boes wrote:
Ugly. I just want to end up on "/checkout", with my parameters hidden away. Is there any hope?
I'm afraid not: http://programmers.stackexchange.com/questions/99894/why-doesnt-http-have-po... Mind you, if you are determined, you could store the information in the session associated with the user, redirect to '/checkout', and there retrieve the information from the session and fudge the parameters with it... HTH, `/anick