Just an interesting note for you developers out there. I spent the morning tracking down a annoying problem. All of my code for the most part is database driven, not necessarily from CuteEdit , but I have had the problem of losing sessions state with CuteEdit before. I had a piece of code that did not use CuteEdit that on one page worked fine and on the other not. I came down to having an image tag with a blank src ,
That is <img src=”xxx”> will not destroy the session state (even if xxx does not exist) but <img src=””> will. The loss of session state will cause the CuteEditor not to open the Insert Image, Insert Flash, etc.
Anyone else seen this issue before?
RC