0

In Ckfinder config.php there are authchecking base on SESSION. In kohana main controller I set session variable. But when I check it in config.php it's always empty. session_start() in the beginning of the file.

What the problem? How to access to true kohana session?

Meliborn
  • 6,495
  • 6
  • 34
  • 53

1 Answers1

0

Solution is simple: setup cookie with kohana, check it in ckfinder.

I tried it and it is working.

o0'.
  • 11,739
  • 19
  • 60
  • 87
Piotr
  • 1