On Sun, Dec 9, 2012 at 3:35 PM, mebibyte <jmebis@gmail.com> wrote:
>
> The filemananger is not working through the cakephp framework. So I can't
> use the $this->Session->read('FileManager.access');
Oh, you mean access Cake's session from the Filemanager? I have no
idea what this simogeo is, but I presume that you'd have to write some
code to acess the table that Cake is using.
> I'm doing this:
> session_name('CAKEPHP');
> session_start();
> if($_SESSION['filemanager'] != 'true') {die();}
>
> However, in this method the $_SESSION remains empty.
Because PHP itself isn't configured to access the DB for the session.
Search online for "php session database".
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
Sunday, December 9, 2012
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment