_securedURL key
When the security module is about to relocate redirect element, it will save the incoming URL that was requested in a flash RAM variable called: _securedURL
. This key will be persisted in the flash memory of the framework and when the user get's relocated to the redirect
element, this key will exist in the request collection. You can then use this to store where they came from and do proper redirections. So always remember to use this key if you want to provide a seamless login experience to your users. You can easily place it in the login form:
Last updated