I'm starting with single-page applications with VueJS
. The question is about the control of users.
Do I use session
for this or not? For me to know how long the user has logged in, do I record this session
somewhere or does Google Analytics itself give me this information?