L
Larry Yondespor
Hi,
I work on a JSP project where my users send work
from a browser to legacy Unix scripts through a servlet.
When the work is completed, there is a Web page that appears
to on screen of the user for him to approve the results
of the work performed. If the user is not at his desk
the approval form stays on the user's monitor until and after
the session times out. When that happens the user cannot
use the form to approve the work. Is there a way to create
a new session on submit of a form if the session has timed out?
What would be the trick you would use?
Thanks
Larry
I work on a JSP project where my users send work
from a browser to legacy Unix scripts through a servlet.
When the work is completed, there is a Web page that appears
to on screen of the user for him to approve the results
of the work performed. If the user is not at his desk
the approval form stays on the user's monitor until and after
the session times out. When that happens the user cannot
use the form to approve the work. Is there a way to create
a new session on submit of a form if the session has timed out?
What would be the trick you would use?
Thanks
Larry