android app ignores session cookies.
android should check for the session cookies so the access can be revoked fromm the server side.
Android version: android 6
Device model:
moto g3
Stock or customized system:
cyanogenmod
ownCloud app version:
2.1.2
ownCloud server version:
9.1.2 expected to work from 9.1.0
@davivel as discussed
@Kawohl , what do you mean with
expected to work from 9.1.0?
@Kawohl Do you have a SFDC reference? SFDC: 00006538
@davivel Sorry for the confusion. What i meant was that it you have this overview beginning from server version 9.1.

It would be awesome to be able to revoke the access with the session cookie.
@Kawohl , I have a first solution.
But, it's limited.
With it we can see the sessions of the Android app in the list, and we can revoke them. BUT, since the app is storing the password in the device, as soon as the user makes another action in the mobile app, a new session is created.
To get a real revocation, the user will have to change the password in the web UI and then revoke the active sessions.
This is the same behaviour that the iOS app shows right now. I didn't test the desktop client.
Is this good enough for the moment? To get a direct revocation of the session without changing the password we need to change a lot of things in the app, too many if we want to release before Christmas. Besides, those changes match better with the next switch to token based authentication.
聽@borjahawk , this is ready to test.
@davivel awesome! Thank you. This should be fine for now. I think the proper way to do this in future with the token revocation will be better. For now this shoul do it.
QA Validated.
Most helpful comment
@davivel awesome! Thank you. This should be fine for now. I think the proper way to do this in future with the token revocation will be better. For now this shoul do it.