Hi Bill and Bruce,
Thank-you for your replies,
Bill,
I love your approach, I wish to know more on the javascript that you used and where it communicates to on the server. If you could post an example, I am sure that I and other developers would be indebted to you. Most of my customers would love this feature, unfortunately, a few of my customers are not be permitted to have a continuous active session, as they have security policies that require the web session be disabled after a specific time of inactivity. Thus I would add a configuration option to allow this feature for those that want it.
Bruce,
My request is for my customers' system administrators to set the timeout value for all the users. Each customer has a different idea on what the timeout value should be. Thus our application has a configuration page that only administrators can access where they can enter the timeout value for all users. I really do not need to change the timeout value for the current sessions that are currently active, just the new sessions started at that point. I used the section in the book on accessing s_web from p_web and copied the code that I used to initialize the s-web timeout. Inspecting the webserver procedure code, I now see that I will need to get the _SiteQueue queue record first. Is there only one record in this queue or how does it work?
Rob Kolanko