Currently this module stores the settings for each user in the {variables} table. This table is meant for persistent variables needed for each request. Also, storing per user settings can bloat this table if a site has lots of users.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | admin_dashboard-954906-non-persistent-user-settings.patch | 3.54 KB | recrit |
Comments
Comment #1
recrit commentedattached is a patch that moves the storing of user settings from the {variable} table to the {user} table.