Session variables

  •  04-21-2009, 9:40 AM

    Session variables

    Hi.
     
    I use sessions on all webpages on my site, they are controlled with a bespoke routine which uses MYSQL to store all session variables so the site works with multiple load balanced servers. Every webpage includes a session library file before anything else.

    Everything has been fine but I recently downloaded the editor to update it and I now get:- "The area you are attempting to access is forbidden" when a dialog box is openned, say "Add image".
     
    I can see the session variable of the editor being stored in the database but it's obviously loosing it, or not loading it from the same place when the dialog box is openned.
     
    Can you tell me which files I need to change to add in my session handling in place of yours.
     
    Thanks
     
View Complete Thread