About web application work

0
0

Question.
If I create a web program, and I’ll go to the address where the program is located: site.com
Click on the button, the program will start working …
Can I leave the site, but also to keep the program working?

  • You must to post comments
0
0

Hi,

A Wisej application is exactly like every other web application. It runs on the server. So you can close your browser or turn off your computer and the server continues to run and make the web pages available to everyone that connects to the application.

Please keep in mind what I said earlier about sessions and session timeout. So while the server keeps running, most probably the session will timeout and stop.

  • You must to post comments
0
0

If I turn off my computer, it will run on the server, right?

  • You must to post comments
0
0

Hi,

A web site is always running so it’s ready for everyone that uses it.

If you are referring to a session – an instance started on a given tab of a given browser – this is quite different. All sessions timeout. Please refer to Session Timeout under the Session documentation.

You can have a session on the first tab of Chrome and another session on the second tab of Chrome, If you close the first tab, its session will go away but you can go on using the session on the other tab.

Hope That Helps.

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.