Hi all,
On my CloudApp deployed to Powerserver2021 Beta preview, when lunched App and access it after few minutes, the App throw out "System Error: The session does not exist at line xx in function...". please refer to the attachment.
is there any setting could let the session never expire/time-out? or at least set to 0.5/1 hour?
Thank you
Regards,
JX
We are using Azure SQL(in DTU plan), should not be SQL expire_time matter since we never hit such issue when running from client/server application(same project) - even idle for more than 1 hour - we use disconnect/re-connect coding whenever running a new main windows.
Will try "dummy select" in idle() event.
Best Regards,
JX
"Dummy select" works well - idle(120) which solved this issue.
Thank you.
Best Regards,
JX