Meteor logout user automatically in Safari browser, but working in other browsers

Whenever application loaded after successful login with in a second its automatically get logged out the user.

I couldn’t find any error logs in both client and server side. On server only Accounts.onLogout method executed, I think logout is called from client side only.

Application get logged out only in Safari browser, But working in Chrome, Firefox browsers.
Note: In Safari itself application working in private window(user is not logged out).

Do you have a lot of items in localstorage? The indexeddb might be full. Try clearing the application cache on safari

I have tried clearing cache and clearing local and session storage too, still logout happening