the other problem

Last post 03-09-2006, 4:26 PM by rcroeder. 1 replies.
Sort Posts: Previous Next
  •  03-08-2006, 4:58 AM 16845

    the other problem

    Hi,
     
    The other problem I have is that I am also getting the message:
     
    "The area you are attempting to access is forbidden"
     
    This happens under a number of sections at the moment including insert flash, insert media, download files etc.
     
    Again, any help would be much appreciated.
     
    Regards,
     
    Martin
  •  03-09-2006, 4:26 PM 16912 in reply to 16845

    Re: the other problem

    the eroor you are getting can be caused by two issues, well I know of two, there may be more.
     
    1) loss of session state to popup. If the session variable CESecurity is not pressent then you cannot get there (include_security,asp)
     
    This session variable in a propertybag that contains all of the pathing information to the popup
     
    2) the second is that you may not have the right permissions set to those directories.
     
    What I would suggest is to add temporarly the following line inside include_security.asp
     
    response.write Session("CESecurity")
     
    shut down your browser, restart it clear the cashe, the try it again and see if you get the same results
     
    RC
     
     
View as RSS news feed in XML