CoreBOSBB
Session duration for webservice - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18)
+--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4)
+--- Thread: Session duration for webservice (/showthread.php?tid=534)

Pages: 1 2 3


RE: Session duration for webservice - joebordes - 10-24-2017

I'll keep this in mind as I want to revisit the session lifespan and some other session issues.

In the meantime you could use the getMaxLoadSize web service call, the toll on the system will be less than the account query as it only returns the value of a PHP constant and you will get the same net result.


RE: Session duration for webservice - Guido1982 - 10-24-2017

Cool, thanks!