Here is a simple example of our issue:
User one goes to edit web page content in CuteEditor. The editor is loaded using stylesheet named stylesheet1.css (using the EditorWysiwygModeCss property) which has his unique page styling (i.e. stylesheet1.css is dynamic). Page is displayed correctly ... no issues so far.
User two now edits his web page with CuteEditor. The editor is loaded using stylesheet1.css which now has different style content. User two's page displays correctly (with user two's .css content). However, user one's page now takes on the styling of user two's page. The crux of the issue is that separate browser instances and sessions are sharing the same style sheet via the EditorWysiwygModeCss property.
If anyone out there has any suggestions they would be much appreiated.
John