Re: [PHP] Re: sessions and https

2002-07-29 Thread Chris Shiflett
Richard Lynch wrote: >But Cookies sent to the HTTPS are not on the HTTP and vice versa. > >That ain't PHP, that's just how cookies work. > Are you sure about this? That's definitely not how the specification reads (assuming I'm interpreting what you're trying to say correctly), and that is not

[PHP] Re: sessions and https

2002-07-29 Thread Richard Lynch
>Do sessions not work when using an https connection? It seems I'm losing my >data between pages. You will need to pass the Session ID from page to page any time the user "crosses" the HTTP/HTTPS boundary. Actually, once you pass it, it will stick around on both, but you may want to be "sure" a