Is it possible to access session data writen by cake (in standard PHP
mode) outside of the basic framework?

I have a basic cake application which stores user authentication status
as a value in a cake session. I'd like to be able to access that value
to authenticate fckeditor filemanager without cakifying it as all of
the php files for the filemanager connector live in the js folder in
the webroot.

I've noticed that from w/in a view, print_r($_SESSION) will give me all
the info I'd need, but if I were to just save a php file in the webroot
with print_r($_SESSION), the array would be blank.

Am I out of luck on the session approach? If so, any suggestions for
securing those php files based on my user login?

Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to