Forms authorization and dynamic redirect
Looking for a way to dynamically direct users to a specific page based on a value retrieved from the database. I'm using forms authentication to direct them to the login page and verify id/password. After they are authenticated, not all users get directed to the same page. The idea is to use a column in the table that's used to verify id/password (for example, "client"), to dynamically redirect them to a client-specific page. I don't know what client they are until I've completed the validation, so the redirection has to be on-the-fly. Any suggestions?
|