Hello,
I am trying to build a system the remebers the users interactions with website, for example my site allows the users to build there own navigation system, but I want the system to be able to remember the navigations system they choose with out the user having to sign up, I assume I need to user sessions/cookies for these, and further I would assume I would need to use cookies as they don't expire when the browser closes (I know they expire after a period of time).
So I have set up using the the codeigniter session library and have the session id's saving to the database, what I need to know is how can using sessions and cookies save the user navigation chose, for example if the user chooses to user the blog navigation then I need to be able save that so next they come to the site, the blog navigation is used. Could some please point me in the right direction? Please dont point me at the manual I have tried the cookie helper and what ever I try the cookie will not set.