When you click on the Constituents menu from within the constituents module, you see a list of recently viewed constituents. Anyone know where this data is stored?
This data is stored in T_USER_PREFERENCE, where preference_key is "MRUConstList". It's a comma-delimited string of constituent IDs, and is limited to the last six different constituents loaded by the user.