hi,
I got this problem: i am trying to join 2 applications, but the 2 of
them work with different versions of cakephp (1.1...,1.2...), i have
defined a session variable with the same name in the 2 aplications,
when i try to access this variable from 1.1... to 1.2... it works
fine, but when i try to access from 1.2.. to 1.1.. the session
variable is re-defined and gets it`s initial value. What could it be
the problem??
Here it's a little part of code:

 if (!$this->Session->valid()) {
            $this->Session->renew();
        }
        if (!$this->Session->check('USER_LOGIN_KEY')) {
            $this->Session->write('USER_LOGIN_KEY','anonymous');
        }

Please help Thanks


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

Reply via email to