Foros de discusión

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

Max Mustermann, modificado hace 14 años.

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

New Member Mensaje: 1 Fecha de incorporación: 4/05/09 Mensajes recientes
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 hace 14 años.

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

New Member Mensajes: 5 Fecha de incorporación: 14/04/09 Mensajes recientes
I am also having trouble. Please let me know if you found a solution.
Arun Kumar S, modificado hace 14 años.

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

Regular Member Mensajes: 182 Fecha de incorporación: 23/06/08 Mensajes recientes
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 hace 14 años.

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

Regular Member Mensajes: 129 Fecha de incorporación: 22/08/08 Mensajes recientes
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 hace 13 años.

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

Junior Member Mensajes: 29 Fecha de incorporación: 11/06/10 Mensajes recientes
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 hace 13 años.

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

New Member Mensajes: 15 Fecha de incorporación: 7/06/10 Mensajes recientes
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 hace 8 años.

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

New Member Mensaje: 1 Fecha de incorporación: 13/03/14 Mensajes recientes
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 hace 8 años.

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

Liferay Legend Mensajes: 14915 Fecha de incorporación: 2/09/06 Mensajes recientes
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 hace 14 años.

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

New Member Mensajes: 5 Fecha de incorporación: 14/04/09 Mensajes recientes
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