Need some hopefully minor help.I need to create a way to redirect a web user accessing a particular database depending upon their group access.
Example:
User opens URL to a particular database. The database is set such that anonymous has no access and the user must provide their user name and password.
If the user is a member of “particulargroup”, pass them on into the database.
If the user is not a member of the group, redirect them to another URL.
Purpose is basically to get or allow the user to update user information. Once they have updated their information, they will be directed back to the requested database.
I don’t have any problem creating the code to check group membership etc. Where I have difficulty is how to redirect them.
Any help would be greatly appreciated!
Thanks in advance,
Randy Pearson