views:

445

answers:

2

Im implementing ckfinder on a cakephp dev, im having problems with the ckfinder which you need to have some kind of auth passing a session. But the sessions that i assign dont seem to be working on the config file nor cookies.

Thanks in advance

A: 

start the session with session_start(); and maybe need to match cookie domain with

ini_set('session.cookie_domain', 'example.net');
Funky Dude
A: 

There is a pretty good tutorial on BeamStyle on setting up CKFinder on CakePHP with session authentication, check it out. It should your CakePHP running with image uploader, file manager, and CKEditor all working! ;)

How to integrate CKEditor + CKFinder with Session CheckAuthentication into CakePHP

Thomas Cheng

related questions