What I am trying to do is the following:
I have a simple authentication system in place for a site that can't
change. I must use PHP sessions named in a specific way. I was using
cakephp to build one section of the application, and would like it to
recognize the pre-existing session name. The cake PHP session seems to
'overwrite' the pre-existing session unless I change this:
define('CAKE_SESSION_SAVE', 'php');
to this
define('MY_PRE-EXISTING_SESSION_NAME', 'php');
now I have access to the session data. however I get the notices posted
above. again, i can't change the session stuff, it must be PHP-based
and named as i have it, not db.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---