#[SOLVED] How can trigger a function when an Anonymous user is created
5 messages · Page 1 of 1 (latest)
You might want to create an issue for this.
For now, you might need to hook into the session create event and check for anonymous session creation
if you do find a solution, please inform me, as i'm interested in this as well
Well, i'm use users.*.sessions.*.create and then get userId this works for me.