Jump to content

Truly stateful server-side applications


leandroavila74

Recommended Posts

Hello, 

 

In web applications mobile, usually the connection is not quality (at least in my country "BRAZIL") then what happens is that sometimes the connection drops and back again, causing the user to miss the session, how could I have ability to save the state of application so that when you back up the connection he would continue at the same point? (RAUDUS do it!).

 

I appreciate the help

Link to comment
Share on other sites

  • Administrators

 

Hello, 
 
In web applications mobile, usually the connection is not quality (at least in my country "BRAZIL") then what happens is that sometimes the connection drops and back again, causing the user to miss the session, how could I have ability to save the state of application so that when you back up the connection he would continue at the same point? (RAUDUS do it!).
 
I appreciate the help

 

 

When there is a connection problem uniGUI  retries to restablish the connection and will continue until there is a connection. However, it is only possible if you keep the browser open and wait until there is a stable connection.

 

uniGUI app can keep  complex states and currently there is no way to re-render an existing session.

Link to comment
Share on other sites

×
×
  • Create New...