When I try the example it does work without errors.
However, in my pages I still get the following error "The area you are attempting to access is forbidden"
So I put the following lines of code into the include_Security.asp file just below the line "CESecurity = Session("CESecurity") ".
I don't understand why I get this error but in my case I can override the security with a default because of security being taken care of within my app. After putting in the following code I don't get the error any more. I will have to wait a few days to see if my clients are still getting errors or not.
if len(CESecurity) = 0 then '3.20.12.8 2/12/2007 Added this in
CESecurity = "1000|100000|100|1000|1000|/calendar/maint/Org_Gallery/" & oPage.OrgPath & "/RegistrationGallery|/uploads|/uploads|/uploads|/uploads|true|true|true|true|.jpg,.jpeg,.gif,.png,|.avi,.mpg,.mpeg,.mp3,.wav,|.txt,.doc,.pdf,.zip,.rar,.avi,.mpg,.mpeg,.htm,.jpg,.jpeg,.gif,.png,.mp3,.wav,|"
end if