Page 1 of 1

ignore_user_abort to control sessions

Posted: Mon Apr 20, 2009 3:34 am
by utopiko
Hello, first i`m sorry about my English that it isn,t very good.

Now i try to explain the problem. I want to apply system to control how much time does the users jobs in my program. First, to do this, i tried to update a registry in a DB when user makes onunload event of Javascript on a navigator, this soution in localhost runs ok, but on a external server this makes problem because navigator can`t catch the request of server. In another forum, one user talk me about a function called ignore_user_abort, but I don`t know how runs this function!!!