I need to set the image upload path dynamically as this changes according to the category the user chooses (ie. each category has it's own image directory).
the problem is coming in because I am setting the session nameinstead of using the defaultwhere you specify in the session variable I don't want to use the default session name (ie. PHPSESSID)My code is not forcing the user to have cookies enabled but switching over to propagating the session via the url if cookies are disabled.
Can anyone come up with any idea as to how I can set the fckeditor image upload path dynamically and still set the session name to a custom name
