himanshukukreja_
02/02/2023, 11:19 AMuserid_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?