Hi All,
I am doing a project in cakephp. What my problem is when ever i close my browser and when i reopen it, session id(i.e userAgent) in cakephp is not changing. I want to use this session id for tracking visitor counts. But when i close the browser and open again, session id is not changing...
I get the session id using this
print_r($this->Session->read());
in AppController. Any help would be much appreciated...
Thanks in Advance...
I am doing a project in cakephp. What my problem is when ever i close my browser and when i reopen it, session id(i.e userAgent) in cakephp is not changing. I want to use this session id for tracking visitor counts. But when i close the browser and open again, session id is not changing...
I get the session id using this
print_r($this->Session->read());
in AppController. Any help would be much appreciated...
Thanks in Advance...