PHP Classes

https redirect cookies

Recommend this page to a friend!

      PHP HTTP protocol client  >  All threads  >  https redirect cookies  >  (Un) Subscribe thread alerts  
Subject:https redirect cookies
Summary:https redirection/cookie problem?
Messages:4
Author:Joseph Donth
Date:2008-06-28 22:37:55
Update:2008-06-29 22:02:19
 

  1. https redirect cookies   Reply   Report abuse  
Picture of Joseph Donth Joseph Donth - 2008-06-28 22:37:55
Is there a bug where the class redirection logic will not "remember" the cookies when using the https protocol?

  2. Re: https redirect cookies   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-06-29 00:43:24 - In reply to message 1 from Joseph Donth
Not that I know. Keep in mind that cookies flagged as secure may not be sent to the server in non-secure requests (non-SSL).

  3. Re: https redirect cookies   Reply   Report abuse  
Picture of Joseph Donth Joseph Donth - 2008-06-29 17:13:16 - In reply to message 2 from Manuel Lemos
Manuel,

Can I email you a php program that I am using with your class that does not seem to be passing the cookies?

Thanks,
Joe

  4. Re: https redirect cookies   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-06-29 22:02:19 - In reply to message 3 from Joseph Donth
It would be better if you could provide a minimal example script that can be used to reproduce the problem.