Non-browser sent HTTP request and PHP sessions
问题 Is PHP able to maintain a session with devices that aren't using a browser to communicate with the server? I know that any application is capable of adhering to the HTTP protocol, but for languages like Actionscript3 and Java that consist of HTTP request classes in their frameworks, do they send the necessary parameters for PHP to hold a session like it does with a browser? 回答1: Any HTTP client library can support cookies (which is how PHP maintains session token state across requests by