You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose that we need automatic session handling in addition to the newly implemented manual session handling ( #136 ).
A session is defined in most tracking frameworks that I have previously worked with as 30 minutes. This seems to be the case for Piwik, too: https://piwik.org/faq/general/faq_36/
This means:
Sessions should start automatically
A new session should start automatically after 30 minutes
We should be able to override the 30 minutes (preferably in the admin interface for the site, alternatively as a property on the Tracker shared instance)
It is ok for users to be able to start a new session manually in code but this should not be necessary by default
The text was updated successfully, but these errors were encountered:
Hi @Shukuyen, thank you very much for your input! I just checked back with the Piwik Backend team and they ensured me that the documentation you mentioned here should also be effective if you are using the iOS SDK. There is no need to add anything on the SDK or app side. The backend automatically starts a new visit, after 30 minutes is elapsed since the last view.
Please reopen this issue and get back to me if you encounter any issue.
I propose that we need automatic session handling in addition to the newly implemented manual session handling ( #136 ).
A session is defined in most tracking frameworks that I have previously worked with as 30 minutes. This seems to be the case for Piwik, too: https://piwik.org/faq/general/faq_36/
This means:
The text was updated successfully, but these errors were encountered: