Mental Posted March 27, 2007 Posted March 27, 2007 I have a runtime solution that I need to create a timeout script for. Basically, I need the user to be kicked off after a certain period of inactivity. Any ideas?
mr_vodka Posted March 27, 2007 Posted March 27, 2007 I am not sure you can kick off a user automatically with a runtime, but you could stop a user from going anywhere once a certain time has elapsed. You would have to perform a subscript each time the user runs a navigation or tries to enter a field. This subscript would set a field or global field with a timestamp and also do a compare with the current timestamp. If the period between the timestamps have surpassed the amount that you want, then send the user to a layout stating that due to inactivity the user session has been terminated (or this can be done via a custom dialog)
Recommended Posts
This topic is 6450 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