Thanks for the replies guys. Here is what I was trying to do: I'm working on a login/signup thing similiar to http://youtube.com/signup. Originally I had the login page at localhost:8080/l/login. (since my site is complex, I didn't want too many pages/controllers at the root level). An alias I created as /login which would redirect to /l/login. As Jorge suggested I have somewhat of a multi-page form, and hence in my redirection from /login to /l/login I needed to preserve the parameters without having them show up in the URI.
Right now I have a single /login page handling all login stuff. Unlike Fasttrack I am not erroring to a login page on anonymous identity failure. Maybe i'm approaching the login/forms thing incorrectly. Any suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

