We have a CMS, and I am trying to use CKFinder to handle the files based on what site the user is editing. They need to have access to one particular folder, but only the folder associated with the site they are working on. A user could be the editor of multiple sites, so just going off log-in won't work, Also, I have a clustered environment with 7 non-sticky web servers going through a load balancer, so session variables aren't really an option. Is there another way to dynamically set the path or access?
On the html part, I can set the startup path to target a specific folder, but that doesn't limit the permission or view to that initial folder. Is there a way to do that?
Any help would be appreciated.
Thanks
Levi