掲示板

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

14年前 に Max Mustermann によって更新されました。

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

New Member 投稿: 1 参加年月日: 09/05/04 最新の投稿
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!
14年前 に k g によって更新されました。

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

New Member 投稿: 5 参加年月日: 09/04/14 最新の投稿
I am also having trouble. Please let me know if you found a solution.
14年前 に Arun Kumar S によって更新されました。

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

Regular Member 投稿: 182 参加年月日: 08/06/23 最新の投稿
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
14年前 に Raja Mohamed によって更新されました。

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

Regular Member 投稿: 129 参加年月日: 08/08/22 最新の投稿
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
13年前 に Riccardo Rotondo によって更新されました。

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

Junior Member 投稿: 29 参加年月日: 10/06/11 最新の投稿
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
13年前 に unai alba によって更新されました。

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

New Member 投稿: 15 参加年月日: 10/06/07 最新の投稿
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
8年前 に vinay sharma によって更新されました。

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

New Member 投稿: 1 参加年月日: 14/03/13 最新の投稿
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
8年前 に David H Nebinger によって更新されました。

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

Liferay Legend 投稿: 14915 参加年月日: 06/09/02 最新の投稿
You've just revived a 5 year old thread. I doubt their issue is addressed in your response as they are different versions.
14年前 に k g によって更新されました。

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

New Member 投稿: 5 参加年月日: 09/04/14 最新の投稿
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