views:

167

answers:

2

Hello,

has anyone had any experience with this editor?

Ive been integrating this editor into a web application i am working on, and generally it has been going smoothely, except for one problem (is it a surprise that it involved IE?).

When the user clicks on the image button in anything except IE, every works as expected. When the user uses the image button in IE, it destroys their current session.

After a lot of painful hours of finding out exactly what it is doing, this is what ive found. When the user clicks on the image button, an iframe is loaded, and is directed the the index of the site. Now, the index of the site checks to see if the user has any sessions open, and if it does, it destroys it. And thus, the users session is getting destroyed. I found this out by taking out the session destroy on the index page, then ck works as expected....

So, i dont know if this is a problem with CK, or IE, but does anyone have suggestions for a workaround?

Let me know if you need more information.

A: 

Still having this problem, does anyone have any ideas?

harry
A: 

same still having this problem, its the oddest thing ever, it only happens in IE

jlchafardet