Hi,
I have admin panel with login form. Authentication of user is realized with session (user data are stored in session when the user login).
When user try to edit content with ckeditor and click button to add image into the content, popup for images is shown but login session is destroyed at this time.
The same problem is presented here http://dev.fckeditor.net/ticket/4448. This happened only in IE!
Does anybody knew the solution?
Fri, 10/23/2009 - 20:18
#1
Re: CKEditor delete session in IE
But I found out that when I click on image icon in the toolbar ckeditor start reading my index.php (without query_string) file in the background and there my program delete session because the query_string iz not set. This happens only in IE.
It is very strange why ckeditor run index.php, doesn't it?