Hello,
I have B4A app which uses WebView to access some web application. It keep cookies till application process is not killed or app restarted. I know that, because once I login to web application via WebView PHPSESSID cookie is created and session variables are working fine. If I kill or restart app PHPSESSID variable is recreated and all previous session variables are lost.
Same web application works on all modern web browsers (cookies are not lost), it just loses cookies if accessed via WebView.
Any ideas why WebView does not keep cookies after restart? How to solve this?
Thank you
I have B4A app which uses WebView to access some web application. It keep cookies till application process is not killed or app restarted. I know that, because once I login to web application via WebView PHPSESSID cookie is created and session variables are working fine. If I kill or restart app PHPSESSID variable is recreated and all previous session variables are lost.
Same web application works on all modern web browsers (cookies are not lost), it just loses cookies if accessed via WebView.
Any ideas why WebView does not keep cookies after restart? How to solve this?
Thank you