Is there any way to set up a timer in a PDF.
When my PDF interacts with my server, I create a session on the server. I would like to close that session as soon as possible. I would like to close the session when the form is no longer active. As it stands, the server waits 20 minutes and closes the session if there is no activity.
In our Java applets we set up a timer to ping the server every minute to indicate the form is still alive. If no pings are received within a minute, I can close the session. I can't figure out how to run a timer in PDF. Does anyone have any advice for solving this problem?
To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
