
VelizarZ.34810 (Customer) asked a question.
Hi! I'm using latest Okta libraries with Angular and the sign-in widget. I have an issue, where although the session is set to expire every 30 days the session cookie received by Okta in the browser is with lifetime Session, so on browser close I'm again asked to enter my credentials, because the token can't be renewed due to the session cookie being deleted, although the session should be still active in Okta. How can I resolve this? Thanks!

Update: Found that and tried it: https://developer.okta.com/docs/guides/shared-sso-android-ios/ios/main/#session-and-persistent-single-sign-on
Managed to modify my session policy to use persistent cookie, however still no success.