On Thursday, 17 November 2011 09:34:10 UTC+1, AD7six wrote:
>
> On behalf of Ryan who accidentally wrote to me only 2 days ago:
>
> Yes, same question in my mind. I have found that, data is being
> changed after rending() is called. May be some classes or component or
> helper do it in __distruct or shutdown method, I tried unloading
> Session helper, and it doesn't alter the value. Then I looked in the
> Cakes Session helper, found has no issues....
>
> I am wondering about any arbitrary filtering of Session data working
> by any process, similar to password hashing by Auth component...
>

Well. That is an interesting theory. But I don't think it was Colonel 
Mustard, behind the grassy-knoll with the candlestick.

How about:

*) You are storing the current url in the session
*) You are storing .../loading2.gif in the session
*) the current url *_IS_* .../loading2.gif

That sounds a lot more probable.

I.e. you are loading the page ..../foo/bar in a browser and requesting an 
image with the relative path "loading2.gif" and thus requesting 
.../foo/loading2.gif from your cakephp application - which is hitting the 
same controller action you are debugging and overwriting your session var.

Check your css and js files (are you using lightbox..) for that image or 
Just open firebug/developer-tools and look for that borked image request 
and fix it.

AD

-- 
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