|
Posted by Ken on 08/28/05 19:00
Hi.
Not fixated no. I was just wondering why it should be that the
serialized session data is written when using any browser other
than FireFox? I can retrieve the data ok it just seems rather,
um.. odd, that this behaviour only occurs when the site is
accessed using FireFox.
Just one of those oddities that bugs me as to why it happens.
session.cookie_secure is set as well.
Ken.
"Janwillem Borleffs" <jw@jwscripts.com> wrote in message
news:43117d32$0$99739$dbd45001@news.euronet.nl...
> Ken wrote:
> > going from page to page it is still fine. Using IE when I transfer to
> > my HTTPS scripts, the session data is written fine ie:
> [...]
> > BUT, following the exact same route through the site, if I am using
> > FIREFOX this is what I get:
> >
>
> --------------------------------------------------------------------------
--
> >
VCID|s:3:"s34";firstname|s:3:"Ken";lastname|s:6:"Steven";3:::4|N;s34|N;SS01|
> > N;a1|N;|N;WC_CompPrize|N
>
> --------------------------------------------------------------------------
--
> >
>
> You seem to be very focussed on the serialized session data written to
your
> server instead of what is actually retrievable.
>
> What happens when you print one of the values stored in $_SESSION?
>
> Also, since your are using SSL, ensure that the session.cookie_secure
> directive is enabled, e.g. with ini_set("session.cookie_secure", 1).
>
>
> JW
>
>
>
Navigation:
[Reply to this message]
|