| About Cookies |
Applies to IE Browser publications. In HTML Executable, cookies may not work properly. Moreover, as they are not secure enough nor persistent, they are replaced by global variables. Global variables can be used by HEScript and JavaScript scripts to share data and store values in the publication. They are better and more secure than cookies. If you were using cookies in your JavaScript code, we recommend you to switch to global variables. JavaScript code to replace cookies with global variables
function createCookie(name,value,days) {
In an HTML Executable publication, you can replace it with: function createCookie(name,value,days) {
window.external.SetGlobalVariable(name, value, true);
function readCookie(name) {
You can use this instead: function readCookie(name) {
|
This is the online documentation of HTML Executable.
About HTML Executable
HTML Executable is a versatile HTML compiler and ebook compiler: it lets you create secure ebooks and desktop applications with your websites, HTML or PDF documents.
You can easily create attractive ebooks, full-featured HTML applications (RIA) and software, digital publications from your websites, PDF files and HTML documents for online or offline distribution.