Gossamer Forum
Home : Products : Gossamer Links : PHP Front End :

Preserving SessionID from shopping cart

Quote Reply
Preserving SessionID from shopping cart
Hi All

Would anyone know how to preserve a session ID that is generated by a shopping cart? What I might like to do is combine Links php with a shopping system. The idea would be to use Links to display the items while using the cart to do the rest.

What I need to figure out is how to maintain the session whether the visitor is on a cart-generated page or on a Links-generated page. I would like to try to preserve the cart session ID throughout the visitor's entire activity.

Many thanks. Smile

------------------------------------------
Quote Reply
Re: [DogTags] Preserving SessionID from shopping cart In reply to
The PHP front end uses built in PHP sessions, so it shouldn't be too hard to figure out. All you need to know about how I used them is in admin/Links/PHP/Authenticate.php

Adrian
Quote Reply
Re: [brewt] Preserving SessionID from shopping cart In reply to
Hi Adrian

Thanks very much. I'll start looking into things. This could be a big help to me. Smile

------------------------------------------