I want to know if there is any way to check session expiry in client app when it is launched (or when app resumes).
At present I am making use of securing each adapter procedure with a securityTest, so that when the app resumes and user tries to click and make call to server, it throws auth challenge and show login screen. This will get response of the procedure call made on successful authentication.
But I need the app just to show login screen, when the session expires and begin the app from the start. Is there any way without making use of adapter level authentication?