Hi Everyone thought I share this with everyone.

For almost two days I been struggling to get my session working on cakphp
1.3.8 and 1.3.11 + Php 5.3.6 + Firefox 5, 5.1 + Safari5.0.5. I did what was
mentioned on the forms and other possibilities such as changing
Configure::write('Session.checkAgent', true)-->
Configure::write('Session.checkAgent', false); 

Then lowering the security level from
Configure::write('Security.level', 'medium') →
Configure::write('Security.level', 'low'); 
At the end found out there was a piece of code in one my view which I forgot 
to remove where src=”mem_default.jpg” was not found in the path.

  mem_default.jpg  

I have changed back the code and using cakephp's html helper class to show
images  example $this->Html->image('someimage.jpg') instead of using html
img tag.

--
View this message in context: 
http://cakephp.1045679.n5.nabble.com/Session-lost-on-redirects-tp1335508p4671295.html
Sent from the CakePHP mailing list archive at Nabble.com.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to