while Iam trying to authenticate, it authenticated and said session expired please refresh the page.
I suspect as it is loaded from file:// while making request to https:// it is getting this error.
And I tried to custom protocol but it didn't Work.
Could someone help me fix this issue.
#session Expiry issue in windows app
4 messages · Page 1 of 1 (latest)
Note the If partition starts with persist: part
https://www.electronjs.org/docs/latest/api/session
Manage browser sessions, cookies, cache, proxy settings, etc.
Should I have to include that in webPreferences?
yes