php3-list | 199807
Date: 07/31/98
- Next message: Adelino Monteiro: "[PHP3] Mssql_xxx or sybase_xxx ?"
- Previous message: Shane Caraveo: "RE: [PHP3] PHP and compiler ?"
- Maybe in reply to: Claas Hilbrecht: "[PHP3] SSL and Session ID"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Next message: Adelino Monteiro: "[PHP3] Mssql_xxx or sybase_xxx ?"
- Previous message: Shane Caraveo: "RE: [PHP3] PHP and compiler ?"
- Maybe in reply to: Claas Hilbrecht: "[PHP3] SSL and Session ID"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

