Since my messages to tech support by email have gone unanswered, I am now posting my questions here.
I have been I having problems with the editor losing session state when opening browse_Document.asp, browse_Flash.asp, browse_Img.asp and browse_Media.asp. What it appears to be happening is that the browser is caching the pop window. The proper info is being sent to window via the query string. If I clear the cache the issue resets to what it should be. I have found to get around this problem is passing a unique query string by adding in a randomly generated string as query string variable. This is causing our client who is using Safari browser an issue. You also might want to add in the CacheControl and header per the MicroSoft article.
http://support.microsoft.com/kb/q234067/I have also noted that sometimes saving the data, the sessions go away; including ones I do not wish too. This is somewhat random and I cannot trace it to any particular module. Are you doing any type of session abort? It does not happen as often with a single occurance of the editor, but if I have more than one it will usually happen. Yes I am using Subsequent.
p.s. When you have a chance, please Alphabetize the methods on http://www.cutesoft.net/asp/Document/index.html.
RC