Hello,
I'm using the latest version (2.1.1) of CKFinder with the Asp.Net component.
I'm poping up the CKFinder in multiple pages and each page shows a different path on the server.
So in order to do so, in each of the pages, I set a session variable when the page loads, and popup ckfinder.html from it.
It shows up nice and each page shows its own directory-path.
The problem is when I try to upload a file in Chrome, the entire session (and cookie collection) is lost in the upload request.
Note that it works just fine in FF and IE.
It might be that the the upload is done through a flash component, so this might have something to do with this Session disappearing.
Is there any way to persist a session ?
Or at least a way to pass a custom querystring parameter to the connector, to identify the request origin ?
Regards,
Yair.
I'm using the latest version (2.1.1) of CKFinder with the Asp.Net component.
I'm poping up the CKFinder in multiple pages and each page shows a different path on the server.
So in order to do so, in each of the pages, I set a session variable when the page loads, and popup ckfinder.html from it.
It shows up nice and each page shows its own directory-path.
The problem is when I try to upload a file in Chrome, the entire session (and cookie collection) is lost in the upload request.
Note that it works just fine in FF and IE.
It might be that the the upload is done through a flash component, so this might have something to do with this Session disappearing.
Is there any way to persist a session ?
Or at least a way to pass a custom querystring parameter to the connector, to identify the request origin ?
Regards,
Yair.