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

A returning user with an expired session key #6

Closed dnesteryuk closed 7 years ago

dnesteryuk commented 7 years ago

If a user returns with an expired session key, a new session should be started for the user. Currently, the engine keeps tracking transitions for the expired session key.

Research

The session key can be expired by a browser. Are we able to prolong an expiry for a defined cookie? It may be used to push the expiry if the user keeps navigating the site.

dnesteryuk commented 7 years ago

It is fixed by the commit attached to the issue.