M
Matt Culbreth
Hello,
I've got a fairly typical request to show a "Plese Wait" page while a
long process is running. In this case, the user fills out a form,
presses the button, a process searches for items, and in about 6
seconds it is returned.
I've read up on the normal ways of doing this with a new Thread() or
with a META tag to refresh the page, but it seems most of these
methods use Session. We're not using Session at all in our web
app--totally stateless.
Does anybody have a good way of doing such functionality without
Session to keep the page state?
Thanks,
Matt
I've got a fairly typical request to show a "Plese Wait" page while a
long process is running. In this case, the user fills out a form,
presses the button, a process searches for items, and in about 6
seconds it is returned.
I've read up on the normal ways of doing this with a new Thread() or
with a META tag to refresh the page, but it seems most of these
methods use Session. We're not using Session at all in our web
app--totally stateless.
Does anybody have a good way of doing such functionality without
Session to keep the page state?
Thanks,
Matt