php-general | 2005051
Date: 05/14/05
- Next message: Brian V Bonini: "RE: [PHP] DOMDocument and html doctype"
- Previous message: john <email protected>: "Re: [PHP] Hello, I'm new..."
- In reply to: Jason Wong: "Re: [PHP] Re: why are session only working with cookies?"
- Next in thread: Richard Lynch: "Re: [PHP] Re: why are session only working with cookies?"
- Reply: Richard Lynch: "Re: [PHP] Re: why are session only working with cookies?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 2005-05-13 at 23:31, Jason Wong wrote:
> On Saturday 14 May 2005 09:42, Brian V Bonini wrote:
>
> > Yeah, I know session support is there and I DO NOT have it set to use
> > ONLY cookies. But if I disable cookies in the browser stuff relying on
> > sessions stops working. I'm using 5.0.3
>
> > session.use_trans_sid
> > 0
> > 0
>
> Set that to 1. Sessions *are* cookies, they're cookies that have been set
> to expire when the browsing session finishes (ie when the browser is
> closed).
I thought the idea was; cookies if available otherwise the session data
gets serialized and propagated in the URL? The later of which appears to
not work, for me, if applicable....
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Brian V Bonini: "RE: [PHP] DOMDocument and html doctype"
- Previous message: john <email protected>: "Re: [PHP] Hello, I'm new..."
- In reply to: Jason Wong: "Re: [PHP] Re: why are session only working with cookies?"
- Next in thread: Richard Lynch: "Re: [PHP] Re: why are session only working with cookies?"
- Reply: Richard Lynch: "Re: [PHP] Re: why are session only working with cookies?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

