__construct()
__construct(string $sessionKey, boolean $storeSessionCookies = false)
Create a new SessionCookieJar object
Parameters
| string |
$sessionKey |
Session key name to store the cookie
data in session |
| boolean |
$storeSessionCookies |
Set to true to store session cookies
in the cookie jar. |