Themeswitcher

Themeswitcher


I'm Not sure whats happening, but if my posts are being deleted due to
the fact they are in the wrong place I'd like to know. But this is the
issue. I am using the jquery themeswitcher widget, it works all fine
and dandy. However it only works on a session basis. This meaning once
I close the browser the theme goes back to default. Now I have tried
the following code,
    $(document).ready(function(){
        $('#switcher').themeswitcher({ cookie: { expires: 'Thu, 31-Dec-2020
00:00:00 GMT' } });
    });
But that still does not work, I have been directed to a link on
filamentgroup noting that it worked, but again it works as well as it
does on mine, to a session base only. Is there something I have to
adjust in order to make this work? I dont want to have my user have to
select the theme every time they log in, that would be pointless.
Thanks for your help, it is greatly appreciated.