sirko-io / engine

Benefit from new browsers' technologies to speed up your site
GNU General Public License v3.0
43 stars 3 forks source link

The session relation keeps a count field #1

Closed dnesteryuk closed 7 years ago

dnesteryuk commented 7 years ago

A user may come back to the same page a few times. It doesn't make any sense create a new session relation between pages again and again. Therefore, a new count field has to be added to the session relation. The field will imply how many times the user has visited a particular page during the session.

dnesteryuk commented 7 years ago

The count field is added.