Custom domain Url Working only once in WKWebView

I am using Custom domain url for auto login in WebView.I am using below url :-
“{Custom Domain Url}/login/sessionCookieRedirect?token=(sessionToken)&redirectUrl=(Redirect Url)”

But it autologin only once per session token. If i tried the same url again(before expiration or logout), then it redirect me to the redirect url and auto login, but it is not working in iOS and Same thing is working in android.

Please suggest What am I missing here.
Thanks in advance

Hello,
A sessionToken is a one time token, so once it is used it can’t be used again.
I am not sure if that is what you are asking though. So does the URL work for both iOS and Android the first time, but the second time it only works for Android?