If this topic is covered specifically on these forums or elsewhere, I'm not finding it.
The problem is: I'm using a URL for a component of my site that looks like this: http://example.com/carts/weblines?co=1234567890 This is an operation that only authenticated users can perform. So, if they're not yet authenticated, they get redirected to the login form. Upon successful login, CakePHP should be redirecting them back to where they came from. Which it is, after a fashion. However, it is dropping the GET variables off the end of the URL. Is there a way to prevent this from happening? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
