innodes Posted July 26, 2007 Posted July 26, 2007 The FM Server will allow the limitation of idle time. Is there anyway to do it without the Server? Is there a script that could do this? thanks,
David Jondreau Posted July 26, 2007 Posted July 26, 2007 The free zippScript plug in will do this. www.zipptools.com
Brian C Posted July 26, 2007 Posted July 26, 2007 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.
Recommended Posts
This topic is 6329 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 accountSign in
Already have an account? Sign in here.
Sign In Now