2 Sep
2004
2 Sep
'04
6:15 a.m.
Hi, Am Mi, den 01.09.2004 schrieb Maciek Pasternacki um 22:42:
On Setting Orange, Bureaucracy 26, 3170 YOLD, Dieter Maurer wrote:
CookieCrumber uses "redirect" to activate its login form -- with an incomplete "came_from".
Instead, it should probably render the login form.
Wouldn't it mess with proxies and caches?
No difference in messing no matter if you provide the form in-request or return a redirect here. Its all the same process only different HTTP status. Danymic pages (e.g. after logged in) cannot be cached much. So if the login page is in the same place, it does not matter, but is very comfortable - you avoid ugly URLs, you avoid translating post variables to URL and a lot more. Regards Tino Wildenhain