Harishwarrior / jio_lite

An application that wraps the jio website in a web view to check balance easily without junk ads.
GNU General Public License v3.0
6 stars 0 forks source link

Can we stay logged in forever? #1

Open b3nsh4 opened 2 years ago

b3nsh4 commented 2 years ago

As we see in Jio official app, can we have a way to stay the session active as long as we uninstall the app itself? In Official application that what is making everyone to use the app. Else we need login at each time.

Indeed this Jio_balance app is useful software which strips the bloatware indeed.

b3nsh4 commented 2 years ago

Just saw your To-do list. So closing!

Harishwarrior commented 2 years ago

I found a hack to stay logged in. Didn't tested it yet.

b3nsh4 commented 2 years ago

I found a hack to stay logged in. Didn't tested it yet.

I believe it's related to JSESSION where it has an expiration time of roughly ~10hrs which I saw from my browser after seeing few requests and responses. May be the official app has a different session property which won't expire?

Harishwarrior commented 2 years ago

I found a hack to stay logged in. Didn't tested it yet.

I believe it's related to JSESSION where it has an expiration time of roughly ~10hrs which I saw from my browser after seeing few requests and responses. May be the official app has a different session property which won't expire?

Exactly, we must find out what type of session the app is using for this feature to be implemented. You can check Airtel Lite app for reference.

b3nsh4 commented 2 years ago

The key is to identify how the server understand that it's the official Jio app . That is what makes the difference between a browser and the app. I'm not sure if it is just header only. Will look into it! :+1: