8.3.0
Added
Changed
- Treat passing an empty string to SdkConfiguration as the default undefined value type of NULL #643 (evansims)
- Enable configuration of SessionStore and CookieStore
samesite
property #645 (evansims) - Add hardcoded debugging flag to CookieStore to disable encryption of session cookies #644 (evansims)
- Update
getRequestParameter()
filter to use FILTER_SANITIZE_FULL_SPECIAL_CHARS and allow passing extra filter options #642 (evansims) - Defer/batch "Set-Cookie" headers at
login()
for transient cookies, andclear()
#641 (evansims)