We are using Bonita 6.4.2. We have implemented our application using Bonita Custom Page features. When we are trying to browse our application after 20 minutes idle, we are getting no date inside the custom page form. We need to auto logout from Bonita portal accessing from the custom page when there is session timeout. Also we need to clear the browser cookies while logout from portal or changing the profile tab.
Not sure why someone marked it down, it’s a valid question…
I assume you mean “…we are getting no data inside the custom page form…” not …no date….
From my understanding of the way things are, there is no real way Bonitasoft can do what you want as it is not in control of your session. That is up to your Custom Application that is running.
It will timeout if you are doing nothing but only for the piece it knows about, that’s why you get no data back, it’s closed it’s session to the custom page request, but it can’t timeout your Custom Page.
I think you need to add code to your Custom Application (Page) to timeout all your requirements, for example, shutdown the link to Bonitasoft, clear cookies, and present the necessary page saying “Custom Application Timed Out”
regards
Seán
PS: If this reply answers your question, please mark a resolved.