Hi Thomas,

> What is the opinion, are sessions reliable enough to go through the step
> process?

We are runnig some online shops for our clients based on PHP. The checkout
process is always based on sessions and we never had trouble with the
session management. If  you are in doubt with the standard implementation of
PHP session management (based on files to persist variables) you are able to
overwrite the functionality of the session management by your own
implementations (e.g. based on a database to persist variables).

Bob



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to