One possible fix, depending on where the redirect is going:

I was having a problem like this that was driving me crazy.  In my
case, one character of the url path was changing between requests.
IIRC, it was because I was running the entire url path through
urlencode and a tilda [~] was being encoded producing a "same origin"
conflict for the cookie.  In my case, restricting the encoding to the
query string alone solved the problem.

You might also check your security setting in core/config.php as I
seem to remember reading that lowering the setting to medium or low
solved some session issues.

Tom


On Apr 13, 7:39 am, DYH1919 <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm  a fresh CakePHPer,and cannot fix it both in IE and FF
>
> 2008/4/13, Arash <[EMAIL PROTECTED]>:
>
>
>
> > Hi,
> > I think I have the same problem, but my session variables are getting
> > lost only in internet explorer! every thing works fine in firefox! do
> > you have the same problem?!
>
> --
> 我的博客,白板博客,IT 生活类博客!
> 博客:http://www.oblank.com
--~--~---------~--~----~------------~-------~--~----~
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