Relative Content

Tag Archive for androidnode.jsmongodbkotlinokhttp

Why is my Cookie disappearing after Logging In? (Kotlin and OkHttp3)

I’m using Kotlin for the first time and am creating a android front end for my NodeJS backend and MongoDB Database.
Currently, I’m developing the authentication logic on my front end and it seems to be working for Login and Logout. Since I used session and cookies for my authentication in my backend I have also set that up in my android app.