Hmm. I guess cookies don't just disappear after expiration times as I initially thought; the other idea I had would be to actually make the time() as the value of your cookie, then check the current time() against the value of your cookie, if it extends over a period of time, log the user out. I tried a little test script to do this, and it works in a very limited way. Might be something to think about anyway.
