Hi All :
I want to use CKFinder CheckAuthentication() to secure my web system !
But you know PHP session can't cross 2 different pages instead of using GET or POST method to send the session id to another !
So , the problem is how to send the PHP session to CKFinder ?
Is there any solutions ?
I want to use CKFinder CheckAuthentication() to secure my web system !
But you know PHP session can't cross 2 different pages instead of using GET or POST method to send the session id to another !
So , the problem is how to send the PHP session to CKFinder ?
Is there any solutions ?
Re: Problem : How to send PHP session to CKFinder ?
Hi,
Do you mean that you can't share the same session across multiple domains?
To share the same session across different pages in the same domain it is enough to put
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Problem : How to send PHP session to CKFinder ?
In response to your post, You may check out the tutorial I have posted here to get your
authentication working.
http://blog.beamstyle.com.hk/?p=170
I have experienced it, and I hope everyone can escape from the nightmare
Thomas Cheng
BeamStyle Web Design HK
System Solutions Director
Re: Problem : How to send PHP session to CKFinder ?
Do you mean all *.php files?