ProductLayer / ProductLayer-SDK-for-iOS

ProductLayer SDK for iOS
BSD 2-Clause "Simplified" License
15 stars 2 forks source link

PLYServer session times out #15

Closed odrobnik closed 9 years ago

odrobnik commented 9 years ago

Implement session refresh inside PLYServer. Right now you have to do that manually when the app becomes active.

Not doing that causes the session to go stale if the app is alive for a while in background.

odrobnik commented 9 years ago

@S0r13n will the token-based approach (instead of user/pass) be ready soon? Because this should alleviate the problem of timing out sessions, right?