wouldnt that just be $this->Session->here ? or in 1.2 $session->here
On 25 Aug., 12:47, "Mariano C." <[email protected]> wrote: > Inside my view I have: > > debug($session); > > this print: > > SessionHelper Object > ( > [helpers] => Array > ( > ) > // other informations > > [here] => /this/is/the/path/that/i/need > > // other informations > ) > > I need to get the value of "here" key but: > $session['here'] > gave me an error and: > $session->read('here') > gave me no data. > > What is the correct way to get the value? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en
