Hey , <@498057949541826571> I have used the `useri...
# support-questions-legacy
h
Hey , @rp_st I have used the
userid_mapping
table for mapping the mySQL user_id to my external database id (MongoDB id). Before using the mapping table the
session.get_user_id()
return the mySQL user_id but but after mapping both the ids in mapping table
session.get_user_id()
returns my external database ID. I want to know, is this feature is permanent or experimental?