Session Not Persistent When Calling a Feed

2011-08-02 Thread zuha
I'm trying to show a running activity log using rss feeds from various plugins. I can handle everything pretty well except the fact that what the feed should return is based on the user doing the request. But we don't know the user doing the request because Session-read() returns nothing. These

Session not persistent

2008-12-25 Thread GetIT
Hi, I´m having big trouble with a session. I´m calling the same action two, ore more times without doing anything other (calling another action or so). This is my action [code] function admin_index($id = null) { $notepad = $this-Session-read(notepad); $notepad[] = $id;

Re: Session not persistent

2008-12-25 Thread GetIT
I solved the problem, after nearly one week work!! It´s only because cake seems to be case sensitive (my root-directory was cakeTest - the url I used: localhost/caketest/... - everything worked fine only Session not). Now I changed name of rootdir to caketest and now it works. Very funny