using cookies_plugin not saving data

Hi All.,

I m a newbie and tried the cookies_plugin from extensions(scheduler\samples\03_extensions\08_cookies_plugin.html)

when i save an event and refresh the page, the event is no more there…

Am i missing something !? Do i need to add/change any other code somewhere…

Also i tried the basic php scheduler which works well with my database, and is there anyway that i can use both cookie and server side in same scheduler…

Many thanks.

Hello,

It saves displayed date, displayed view. You can not store events that way.

Best regards,
Ilya

Hi thankyou for your kind reply…

So there is no way of storing values in the user side itself without using xml or database!?

or is there any other way we can implement this.

Kindly advise.

Thanks.

Hello,

We provide no such means.
You can implement saving events to localStorage for example (not all browsers support it though).

docs.dhtmlx.com/doku.php?id=dhtm … ata_saving
You can serialize existing data and then save it. Then upon reloading check if data exists and parse it.

Kind regards,
Ilya