What is the best way to secure the dialogs?

  •  05-27-2010, 5:19 PM

    What is the best way to secure the dialogs?

    I am using the editor on a public site, and I need to be able to prevent people from  accessing this URL directly:
     
     
    I do custom login code with their credentials saved in the session, should I modify the Load.ashx to check that validation as well, or is there a better method?   I just need to lock down anything (i.e. Dialogs) that would allow someone to access resources on the server (say by uploading an unathorized file).
     
     
    Thank you,
View Complete Thread