views:

113

answers:

0

Hi,

I am using cakephp1.2 . I have pages_controller which extends app_controller. I have given Session component in app controller . While login from my application, Im setting the session and redirecting to pages controller, but there I could not able to get the session. If I redirect to some other controller, Im getting the session over there. I have a table with name "pages", and when the user clicks on the links (passing page name), Im taking data from that table and displaying using pages_controller. I have to use the $uses since I need to fetch data from some tables. The pages are not static.

Can I not use "pages" as table name ? Or session won't work in pages_controller ?

My core.php settings Session.save - php Session.start - true Security.level - low

I have tried by changing this values.. But no result..