Answered
User sessions
I have programmed an interface (web app) between external
Event Management System and Breeze . Everything is fine until I
experienced the problem with session expiration. When the software
connects and login I keep BREEZESESSION and use it on every next
request. The problem occurs when the application is not requested
(and does not requests breeze) for longer time. It looks like the
session expires and BREEZESESSION is no longer valid because I get:
<results>
<status code="no-access" subcode="no-login"/>
</results>
as response from the server.
Is it the only solution for this case to check the status of every response and if it is "no-access" then login and redo the request?
<results>
<status code="no-access" subcode="no-login"/>
</results>
as response from the server.
Is it the only solution for this case to check the status of every response and if it is "no-access" then login and redo the request?
