Re: keeping track of last visit
Matthew Booth <[email protected]> Tue, 15 Jun 2004 17:14:24 +0100
| Newsgroups | gmane.linux.redhat.ccm.general |
|---|---|
| Organization | Red Hat UK |
| Message-ID | <[email protected]> |
On Tue, 2004-06-15 at 16:58, Jun Yamog wrote: > Hi, > > What are good ways or direction to keep track of the last visit of a > user. Ideally we will just put it on each request, look up the user, > update his/her last visit. I don't think this is good performance-wise. Is this last visit as in last complete session, or as in last page viewed? Either way this seems like a good candidate to be stored in the java session, something which we don't really do right now. The information could be fetched from the DB if it's missing from the session. Matt -- Redhat-ccm-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/redhat-ccm-list Archives: https://www.redhat.com/pipermail/redhat-ccm-list/