Welcome Guest, Not a member yet? Register   Sign In
CI3 with ckfinder
#1

How to send $_SESSION to the config.php file of ckfinder. I want to do this so each logged in user has its own file directory.

Berfore with CI2 i used a native session, but this is not working anymore with CI3.
Reply
#2

Yesterday I have this problem with RoxyFileman but same as your problem ($_SESSION).
I try a lot of solution that I found from GG but it can not help me.

So last choice is I change way to use encrypt cookie for send data out from CI and decrypt it in RoxyFileman.

CKFinder it may use same this logic in config.php file.

CI > create cookie with encrypt value
CKFinder < decrypt cookie to get value
Reply
#3

(07-02-2015, 02:35 AM)whitemedia Wrote: How to send $_SESSION to the config.php file of ckfinder.  I want to do this so each logged in user has its own file directory.

Berfore with CI2 i used a native session, but this is not working anymore with CI3.

I have the same problem as you do..it won't work with CI3.
Can't get any session in config.php.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB