I'd probably try storing the IDs of the viewed messages as a list in the client cookie.
You could store the last login date/time in the database and use that to mark all messages before that time as 'read', clear out the cookie at the beginning of a session and use that to deal with the latest messages as the user views them. Taz -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
