|
||||||||
|
|
Description: | |
| How does the Statistics server define a "session"? How is that different from a page view? | |
Solution: | |
| A session is when some goes to your site. As each new person accesses your site, that is a session. A page view is how many times that page is viewed, which can be more than once per person (or per session). | |
Back