Hello,
I am trying to open the find course page on web view in open-edx android mobile app (post login). But webview is asking for login again, opening the sign in page.
I was going through edx mobile app on play store and I found that find course page is opening in web view,, and user session is maintained. Therefore i want to understand how the session is being maintained between the logged in user on native mobile app and the server hosting the web view.
I was not able to find the code in the edx-app-android github repository. Please guide me to the place where this code exists.