Ajax Workflow

M

maa

Can I use Ajax to prevent browser timeout and allow the Browser to be updated
at times less than the browser timeout.
If the server is doing processing does that automatically mean a worker
thread is running on the server? How do I make sure that the worker thread
gets shut down when the user closes app.
App is long running but needs intermitten user input. It reads records in
the db and based on checks, allows user to edit and fix them.
Thanks,
Maa
 
J

JIGNESH

A Periodic refresh/pinging to server in background will keep the session
alive.

Once browser is closed the session will be over after default session
timeout period.

- JIGNESH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top