You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -200,6 +203,7 @@ final class SdkConfiguration implements ConfigurableContract
200
203
* @param string|null $cookieDomain Defaults to value of HTTP_HOST server environment information. Cookie domain, for example 'www.example.com', for use with PHP sessions and SDK cookies. To make cookies visible on all subdomains then the domain must be prefixed with a dot like '.example.com'.
201
204
* @param int $cookieExpires Defaults to 0. How long, in seconds, before cookies expire. If set to 0 the cookie will expire at the end of the session (when the browser closes).
202
205
* @param string $cookiePath Defaults to '/'. Specifies path on the domain where the cookies will work. Use a single slash ('/') for all paths on the domain.
206
+
* @param string|null $cookieSameSite Defaults to 'lax'. Specifies whether cookies should be restricted to first-party or same-site context.
203
207
* @param bool $cookieSecure Defaults to false. Specifies whether cookies should ONLY be sent over secure connections.
204
208
* @param bool $persistUser Defaults to true. If true, the user data will persist in session storage.
205
209
* @param bool $persistIdToken Defaults to true. If true, the Id Token will persist in session storage.
0 commit comments