Hi,
I would like to get a join between session_table and user_table based on the fact that user_table.id is equal to session_table.userdata.user_id where the last_activity is less than 1 minute. I have problem so far in getting the user_id from userdata and I tried to insert a column user_id in the session_table but the system do not update the field automaticaly.
