Return Anywhere, Using Client Persistence, Page 3
This page has no knowledge of which page "called" it, but it can still return to it thanks to a "callbacks stack".
It will pop the caller's details off the stack before returning.
To Login