Gwindow / WhatAndroid

The What.CD Android App
http://gwindow.github.com/WhatAndroid/
BSD 2-Clause "Simplified" License
100 stars 20 forks source link

Properly handle the keep logged in option #19

Closed Twinklebear closed 9 years ago

Twinklebear commented 11 years ago

While it now properly sets the cookie to not expire we don't save the cookie or authkey/passkey anywhere to use later and skip the login process. So while we set the cookie to not expire we don't use this saved cookie and instead do a fresh login each time.

We should be keeping the cookie or auth/passkey somewhere so that we can skip the login process entirely and use the saved no expire cookie.

Twinklebear commented 9 years ago

2.x handles this correctly.