How to memorize tabs sort ?

How to memorize tabs sort ?

Hi !
When using the demo of tabs sortable :
  1. <script type="text/javascript">
  2. $(function() {
  3. $("#tabs").tabs().find(".ui-tabs-nav").sortable({axis:'x'});
  4. });
  5. </script>

There is a way to memorize the previous sort order of the user ?
A cookie or session getter/setter ?
Thanks.