[PHPLIB] How to use cart as user variable instead of sess variable From: Andries J. Algera (aalgera <email protected>)
Date: 11/04/99

I made an aplication where a registered user has access to a shopping
cart. The cart is registered as a session variable, making it impossible
to move to another browser, as this implies the creation of a new session
and an empty shopping cart.

So, I was thinking of registering the shopping cart as a user variable,
but I am unsure on how to do this in an elegant way. Any suggestions?

Andries

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.