Fórum

UserTracker logging doesn't work with session.tracker.persistence.enabled=t

Max Mustermann, modificado 14 Anos atrás.

UserTracker logging doesn't work with session.tracker.persistence.enabled=t

New Member Mensagem: 1 Data de Entrada: 04/05/09 Postagens Recentes
Although we have activated 'session.tracker.persistence.enabled=true' it seems that no activity will be tracked. The tables UserTracker and UserTrackerPath are still empty and no error message appears.

Do we have to enable another setting?


Any help would be appreciated!
k g, modificado 14 Anos atrás.

RE: UserTracker logging doesn't work with session.tracker.persistence.

New Member Postagens: 5 Data de Entrada: 14/04/09 Postagens Recentes
I am also having trouble. Please let me know if you found a solution.
Arun Kumar S, modificado 14 Anos atrás.

RE: UserTracker logging doesn't work with session.tracker.persistence.

Regular Member Postagens: 182 Data de Entrada: 23/06/08 Postagens Recentes
Max Mustermann:
Although we have activated 'session.tracker.persistence.enabled=true' it seems that no activity will be tracked. The tables UserTracker and UserTrackerPath are still empty and no error message appears.

Do we have to enable another setting?


Any help would be appreciated!



Dear Max & KG,

You will have to enable the below properties specified in order to get your query solved. Just add the below properties in portal-ext.properties.

## Live Users
##
#
# Set this to true to enable tracking via Live Users.
#
live.users.enabled=true

#
# Set this to true to convert the tracked paths to friendly URLs.
#
session.tracker.friendly.paths.enabled=true


Thanks

Arun
thumbnail
Raja Mohamed, modificado 14 Anos atrás.

RE: UserTracker logging doesn't work with session.tracker.persistence.

Regular Member Postagens: 129 Data de Entrada: 22/08/08 Postagens Recentes
Hi,

I guess if you try this below properties in your portlet-ext.properties then you can store it in tables.

live.users.enabled=true
session.tracker.persistence.enabled=true
session.tracker.friendly.paths.enabled=true


Thanks
thumbnail
Riccardo Rotondo, modificado 13 Anos atrás.

RE: UserTracker logging doesn't work with session.tracker.persistence.

Junior Member Postagens: 29 Data de Entrada: 11/06/10 Postagens Recentes
Ahamed Sakir:
Hi,

I guess if you try this below properties in your portlet-ext.properties then you can store it in tables.

live.users.enabled=true
session.tracker.persistence.enabled=true
session.tracker.friendly.paths.enabled=true


Thanks


This could be more interesting than loggin live session. I mean, I would like to have an history of the all accesses. Where I should look for this table?

Cheers
thumbnail
unai alba, modificado 13 Anos atrás.

RE: UserTracker logging doesn't work with session.tracker.persistence.

New Member Postagens: 15 Data de Entrada: 07/06/10 Postagens Recentes
Hi,


with these properties :

live.users.enabled=true
session.tracker.persistence.enabled=true


you can find the data in the database tables:

usertracker
usertrackerpath


The info appears after clossing the user session.

Regards
vinay sharma, modificado 8 Anos atrás.

RE: UserTracker logging doesn't work with session.tracker.persistence.

New Member Mensagem: 1 Data de Entrada: 13/03/14 Postagens Recentes
Hi ,

You have to first login and then logout from your admin account. And the entries will be updated on usertrackerpath.

Post Enteries done on portal-ext.properties.

live.users.enabled=true
session.tracker.persistence.enabled=true
session.tracker.friendly.paths.enabled=true

After done enteries in ext file . Restart your server.

Regards
Vinay Sharma
thumbnail
David H Nebinger, modificado 8 Anos atrás.

RE: UserTracker logging doesn't work with session.tracker.persistence.enabl

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
You've just revived a 5 year old thread. I doubt their issue is addressed in your response as they are different versions.
k g, modificado 14 Anos atrás.

RE: UserTracker logging doesn't work with session.tracker.persistence.

New Member Postagens: 5 Data de Entrada: 14/04/09 Postagens Recentes
Arun Kumar S:
Max Mustermann:
Although we have activated 'session.tracker.persistence.enabled=true' it seems that no activity will be tracked. The tables UserTracker and UserTrackerPath are still empty and no error message appears.

Do we have to enable another setting?


Any help would be appreciated!



Dear Max & KG,

You will have to enable the below properties specified in order to get your query solved. Just add the below properties in portal-ext.properties.

## Live Users
##
#
# Set this to true to enable tracking via Live Users.
#
live.users.enabled=true

#
# Set this to true to convert the tracked paths to friendly URLs.
#
session.tracker.friendly.paths.enabled=true


Thanks

Arun


Thanks Arun & Raja, it now works! I was lacking live.users.enabled and probably would never have figured that one out. Also worth noting is that it seems the session must end before data is written to the db. Logging out will end the user session.

kg