Posted by Tony Marston on 07/20/05 18:46
"Bob" <clarke@qualitythink.com> wrote in message
news:1121868839.215083.129970@g43g2000cwa.googlegroups.com...
> Let me amplify my statement, I did not conceive of this being possible
> in a "stateless" environment.
PHP's session handling functions (see
http://www.php.net/manual/en/ref.session.php) help a great deal. This makes
it easy to pass data between one page request and another within the same
session. It would not be so easy trying to do it with cookies or hidden HTML
fields.
--
Tony Marston
http://www.tonymarston.net
[Back to original message]
|