Problem with CodeIgniter session

1

When I authenticate the user in my application, I save some information from this user in sessions. This is done in the Controller User , but when I retrieve this data in another Controller, they do not exist. When I did a test, I printed all the session data in my Controller User , and they appeared, but in another Controller, that data does not appear.

    
asked by anonymous 06.03.2015 / 15:33

0 answers