Is there any way to have some persistent data (like an XML file or so) apart from cookies at client side? I know that\'s not possible with JavaScript directly. But any other
The latest browsers are supporting HTML5 Local Storage.
If the client doesn't support HTML 5, the Google Gears plugin allows local storage.