RE: Dev team - bug or intended?
mdfst13 <[email protected]> 30 Jun 2003 21:37:39 -0000
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <92339777de9c872a1ee2cc9d09a0aed0@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=189626#189626 ---------------------------------------------------------------- I can think of two reasons: one, it gives a better idea of server load (if the same customer visits a page a hundred times, it's the same load as a hundred customers visiting it once); two, it's easier to count, since you don't have to include a check of who is connecting nor whether they have been here before this. The other number would be included in the session register data, but I don't know if that is tracked anywhere. Good luck, Matt