This is probablly a silly question to ask, but here goes anyay.
I have a project that neeeds to work like so:
- Project Root Folder (let's call him Root),
- Under Root, I have the following folders: mgmnt (management), users, utils, and a few others.
I know how to buld the projects and publish so that is all good. What I am not clear on is:
- A user logs in, they should be directed to the User folder (that works),
- A manager logs in, then should be directed to the mgmnt folder and so on - these work.
So far so good. Now what I need to be able to do is if a manager logs in, they go to the mgmnt folder, however, I need to be able to allow them to (via a link/button) go to the User Folder (or Utils) without having to logout or login. I've tried all manner of things and can direct a manager to the user folder (am using the userid session variable at the top of the list page to confirm a valid user), however, theny cannot see any accounts that exist.
The security is set up correctly (when a manager logins to the system, he is given a choice to go to an area that is desired). If he goes directly to the user section all is well, if he goes to the mgmnt section all is well, we only have a problem when going from a mgmnt area (if that's what was originally selected) to any other section.
I hope all this rambling makes sense, if not please feel free to yell at me and I will provide further details.
Thanks (aspr 6.1)