I have encountered a Session problem that is driving me nuts. I have
spent so many hours trying to figure this out to no avail. Hopefully
someone can shed some light on this.

I have a Session var that changes its value 'by itself' and I couldn't
figure out why. Basically when I click a link in my View, and it gets
routed to the controller. Somehow it seems like enroute to the
controller, the Session var value gets changed to "include" for no
apparent reason. I didn't do it and I even put a debug statement in the
first line of this Controller function and the var value still gets
changed before any other codes gets executed.

Basically my Session var is an Array:
Array
(
    [order] => ASC
    [column] => User.name
    [tblview] => include
)

The [tblview] is not supposed to have that value "include". I have no
idea where it came from.

I have tried renaming this field to something else but still the same
result. I have tried using a different non-array Session var, and still
the same thing.

Now what is even stranger is that this problem only occur in IE (6 and
7) and it works fine in Firefox.

I'm running out of ideas on what to look for.

Thanks in advance for your help.

Steve


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to