I can get session-scope parameter by sessionid in cookies. But how can I bundle requests, responses, pages, of one FCKEditor, to work in a converstaion-scope? eg, a webapp built on a workflow engine.
maybe, in the page where I instanciate a FCKEditor, I could initialize a conversationID, then requests or pages from that FCKEditor instance should keep sending the converstaionID in query string or form data?
it's not easy for me to hack in the code...
maybe, in the page where I instanciate a FCKEditor, I could initialize a conversationID, then requests or pages from that FCKEditor instance should keep sending the converstaionID in query string or form data?
it's not easy for me to hack in the code...