I'm considering using Umbraco to host a client website but I need to know a couple of things.
Part of the site will be need to be password protected. I've read that I can control access to parts of an Umbraco site by setting up user groups and assigning them to specific content. Is there a limit to the number of concurrent users that can be logged in to Umbraco at any one time?
I will also need to provide user specific analytics for users that access this secure portion of the site. Is it possible to provide analytics for specific users once they have logged in (i.e. what pages they look at, what content they download)?
Concurrent user limit & analytics
Hi,
I'm considering using Umbraco to host a client website but I need to know a couple of things.
Part of the site will be need to be password protected. I've read that I can control access to parts of an Umbraco site by setting up user groups and assigning them to specific content. Is there a limit to the number of concurrent users that can be logged in to Umbraco at any one time?
I will also need to provide user specific analytics for users that access this secure portion of the site. Is it possible to provide analytics for specific users once they have logged in (i.e. what pages they look at, what content they download)?
Hi Matt,
Welcome to the Umbraco community.
Umbraco has no limits to the number of concurrent users so that shouldn't be an issue.
To log/provide analytics for the user access would require either a package or some custom code. I've checked through the packages and seen https://our.umbraco.org/projects/backoffice-extensions/perplex-security-and-gdpr-package/ which may provide something or the basis to code some analytics from.
Hope that helps Andy
Hi Andy,
This helps a lot!
Thanks
is working on a reply...