Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199807

Re: [PHP3] SSL and Session ID From: Rasmus Lerdorf (rasmus <email protected>)
Date: 07/31/98

> I just installed ApacheSSL and I wonder how can one identify
> different client session. I thought that a SSL connection to a web
> server turns the http protocol (which is stateless) to something that
> mentains state. Is the something that can be used as a session id ? I
> need that to create a little shopping system.

No, SSL is still stateless. You will still need to maintain your own
state by passing along a session identifier via GET, POST or COOKIE data.
For an implementation of this see: http://phplib.shonline.de

-Rasmus

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3