Hi all, I posted a code snippet that allows to enable persistent session on jetty embeded (jServer)
https://www.b4x.com/android/forum/threads/server-persistent-sessions.72825/
But there is a problem after I enable persistent session with the code from above, it saves the sessions correctly and it also loads them as it should if the server is restarted, but after it restores the sessions all session have maxInactiveInterval set to -1393754107, so the sessions will never expire...
Why so ? probably a bug somewhere ?
https://www.b4x.com/android/forum/threads/server-persistent-sessions.72825/
But there is a problem after I enable persistent session with the code from above, it saves the sessions correctly and it also loads them as it should if the server is restarted, but after it restores the sessions all session have maxInactiveInterval set to -1393754107, so the sessions will never expire...
Why so ? probably a bug somewhere ?