Hey guys its' really simple to time out the session ...........
first you have to create a additional field in your login table or any other table to store user's login time..you can store the time with now()........
next on each and every page you have to make additional function call to compare current time and the time that is stored on the database.....
the function must be called on the top of the page..........
But on each and every click on any links you must update the time on the databa…
Continue
Posted on April 14, 2008 at 1:39pm — 3 Comments