Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting how long cookies set by Piwik last #469

Closed
anonymous-matomo-user opened this issue Dec 5, 2008 · 1 comment
Closed

Setting how long cookies set by Piwik last #469

anonymous-matomo-user opened this issue Dec 5, 2008 · 1 comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

To have the ability to change the settings on how long a cookie last.

@mattab
Copy link
Member

mattab commented Jan 14, 2009

you now have 2 settings, one for the Tracking cookie, the other for the Login auth Piwik cookie.

```
[General]
; login cookie name
login_cookie_name = piwik_auth

; login cookie expiration (30 days)
login_cookie_expire = 2592000

[Tracker]

; name of the cookie used to store the visitor information
cookie_name = piwik_visitor

; by default, the Piwik tracking cookie expires in 2 years
cookie_expire = 63072000

```

fixed in 876

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants