pirsch-analytics / pirsch

Pirsch is a drop-in, server-side, no-cookie, and privacy-focused analytics solution for Go.
https://pirsch.io
GNU Affero General Public License v3.0
927 stars 43 forks source link

Session Max Age #278

Closed Kugelschieber closed 2 years ago

Kugelschieber commented 2 years ago
if s == nil && sessionMaxAge.Day() != now.Day() {

This doesn't work with the Redis Cache currently, as it only uses the internal maxAge. Remove this altogether with v5. Generally, reduce configuration options.