<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Agreed that's a weakness of my approach.<br>
<br>
Jason Flatt wrote:
<blockquote cite="mid200705031139.16022.drupal@oadaeh.net" type="cite">
  <pre wrap="">On Thursday May 3 2007 10:23 am, Haisam K. Ido wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">uid=$uid

$sql = "SELECT node.uid,watchdog.timestamp, node.changed FROM
`watchdog`,node where watchdog.message like \'Session closed for%\' AND
node.changed &gt;= watchdog.timestamp and node.uid=watchdog.uid and
node.uid=$uid";

I believe that the above query returns all nodes which have changed
since $uid's last login.

    </pre>
  </blockquote>
  <pre wrap=""><!---->
So I guess you have your site configured to never delete any log entries?

admin/settings/error-reporting

  </pre>
</blockquote>
</body>
</html>