Re: [PHP] Re: Cookies disabled, new session ID each click!

2002-11-04 Thread Steve Fatula
connect to the same machine without cookies, same result. Steve Jason Wong wrote: On Monday 04 November 2002 10:24, Steve Fatula wrote: If you want to see a site where the small program works (and be SURE and turn cookies off), click here: http://www.thewebmakerscorner.com/snapmods_new

[PHP] Re: Cookies disabled, new session ID each click!

2002-11-03 Thread Steve Fatula
? Logically, I don't see any settings that could possibly affect the outcome using this technique. Steve Steve Fatula wrote: Oleg and anyone else, PLEASE READ THE POST. This is vendor software, this is what it does, it doesn't matter if it's the way you would do it, if it is t

[PHP] Re: Cookies disabled, new session ID each click!

2002-11-03 Thread Steve Fatula
eve Oleg Krogius wrote: You do not need to add any "SID" to your links. Those will be added automatically by the php session system when needed. -Original Message- From: Steve Fatula [mailto:sfatula@;usa.net] Sent: Saturday, November 02, 2002 10:29 PM To: [EMAIL PROTECT

Re: [PHP] Cookies disabled, new session ID each click!

2002-11-03 Thread Steve Fatula
eason it does not work for me? Steve Chris Shiflett wrote: Steve, Check your php.ini file. PHP uses cookies for maintaining your Web client's unique ID, and unless you have use_trans_sid set, it will not attempt to pass the unique ID on the URL for those who have cookies disabled. Ch

[PHP] Cookies disabled, new session ID each click!

2002-11-02 Thread Steve Fatula
I posted this but not sure Google works, so using my own account as it did not show up yet. I am fairly new to PHP, and am running a shopping cart app written in PHP. Most people using this cart do not have this issue, but I do! I have boiled the program down to a few lines, and it doesn't work