Delphi Xe5 Rest/android Client "session Has Expired"
I have a REST Server with an Android Client, both on Deplhi Xe5 The android client succesfully connects with the Rest server. In my server I have a TDSHttpWebDispatcher with Sessio
Solution 1:
There is an open QC report on this here. The obvious work around would be to create a Try..Except
block on each call and on that specific exception request a new session.
Post a Comment for "Delphi Xe5 Rest/android Client "session Has Expired""