Jump to content

Page refresh starts new session


Fateh78

Recommended Posts

i am trying to evaluate UniGui as web app development tool, and have 2 points / questions : 

1- Why page refresh starts new session instead of re-rendering the page, can we allow user to refresh page without lossing session data ??  

2- I noticed that some button clicks executes directly and some times take a while (1-2 secods) to execute, and user can feel this behavior,

    it seems like there is a timer listening to user clicks , if user click at timer then executes directly otherwise take a while.

 

best regards 

 

Link to comment
Share on other sites

  • Administrators

Hi,

 

1) uniGUI sessions are stateful. A session can not be simply re-rendered for many reasons.

2) Button events are executed directly. There is no delay. There may be other issues which may delay it. For example communication between server and browser. Sometimes the server side execution may take time when CPU is busy with other tasks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...