I have placed rad charts in different rad docks on a dashboard page. I
would like to save the dock state when user moves docks from one place
to the other. I would like to load this new dock state when user logs
into my website next time. The dock state should be saved in the
database when user click on save state button and it should be loaded
from the database when user logs on next time to my website. I don't
want the HttpCookie for saving the dock state configuration. How can I
achive this?