Jump to content
Server Maintenance This Week. ×

idle timeout script?


This topic is 6119 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Alternately you could ad a subscript that is called from the beginning of every script that you want affected which checks for user activity.

When the database is first opened:

- Store the time in a global variable

When a user clicks a button to run any script:

- compare the current time against the stored time.

- If it is greater than a predifined amount of time, force the database to close with a message. Otherwise update the global variable with the current time.

Link to comment
Share on other sites

This topic is 6119 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.