These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Multiple Access Lists

I need to present different default directories from the Access List depending on the page the user comes from.  In other words, if they come from page A, show them directory A from the Access List.  If they come from page B, show them directory B from the Access List.

Is this doable?

Tim
Tim Mayfield 5/1/2003 9:26 AM
Yes, I think this may be possible by using a dynamic accessList variable instead of a constant. I can help you if you provide more information.
Cem Alacayir 5/2/2003 5:44 PM
Sorry for the delayed response, I have been travelling.  Great.  What information would you like?  If you want, you can send me an email to make things easier.

Tim
Tim Mayfield 5/12/2003 11:59 AM
If page A and B are ASP pages, you can store the directory information in a session variable in those pages before directing to WebExplorer Pro. Else you should check the referrer page in login.asp. Finally, you would set the accessList dynamically to the directory information you got with either methods above. I also recommend you to read restrict folder deletion and dynamic root folder.
Cem Alacayir 5/12/2003 6:26 PM