php-general | 2005051
Date: 05/13/05
- Next message: mayo: "[PHP] Shopping Cart, security concerns"
- Previous message: Jason Wong: "Re: [PHP] error display problem"
- In reply to: Brian V Bonini: "Re: [PHP] Re: why are session only working with cookies?"
- Next in thread: Brian V Bonini: "Re: [PHP] Re: why are session only working with cookies?"
- Reply: Brian V Bonini: "Re: [PHP] Re: why are session only working with cookies?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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).
-- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ New Year Resolution: Ignore top posted posts-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: mayo: "[PHP] Shopping Cart, security concerns"
- Previous message: Jason Wong: "Re: [PHP] error display problem"
- In reply to: Brian V Bonini: "Re: [PHP] Re: why are session only working with cookies?"
- Next in thread: Brian V Bonini: "Re: [PHP] Re: why are session only working with cookies?"
- Reply: Brian V Bonini: "Re: [PHP] Re: why are session only working with cookies?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

