Option: add_unload_trigger

If you set this option to true, page contents will be stored away is the page is unloaded for example is the user navigates away from the page and then navigated back to it by pressing the back button. This option is set to true by default.

Example of usage of the add_unload_trigger option:

tinyMCE.init({
	...
	add_unload_trigger : false
});