On my web page, the users activity is monitored whenever he clicks a button or navigates somewhere on the site. If he does one of these things within the amount of time he has before booted off, everything is fine. But if he takes too long and then clicks something, hes notified that he has been logged off.
My problem is that when someone uses the fckeditor for a long period of time, he might be considered inactive because his activity isn't being monitored. What i need to know how to do is post the time the user last modified his message whenever he navigates away from the editor page.
Any idea as to where I can add this code?
My problem is that when someone uses the fckeditor for a long period of time, he might be considered inactive because his activity isn't being monitored. What i need to know how to do is post the time the user last modified his message whenever he navigates away from the editor page.
Any idea as to where I can add this code?