[PHP] Re: shopping cart question

2002-03-02 Thread Jon Feldhammer
Hmm I miss understood in the past how exactly php session handling was done. Thanks for the answer. Jon "Markas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > Why not use php's sessions, where php uses cookies for getting phpsessid, > and if no cookies are available, it automat

[PHP] Re: shopping cart question

2002-03-02 Thread Markas
Why not use php's sessions, where php uses cookies for getting phpsessid, and if no cookies are available, it automatically adds those id's to every href (you can manage that in php's conf file) Jon Feldhammer <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > The way I see it, there