Does fnFilter('') delete SpryMedia cookies?
Does fnFilter('') delete SpryMedia cookies?
DavidBoomer
Posts: 21Questions: 0Answers: 0
Probably I'm not asking a reasonable question, but just curious as I am seeing this behavior when multiple datatables have been created across a number of pages.
Thanks,
David
Thanks,
David
This discussion has been closed.
Replies
As such, DataTables has some "protection" code to try and ensure that the cookie size will never go above 4K. If it does, it deletes the oldest cookie - so it might be that which you are seeing.
One option is to use localStorage ( http://datatables.net/blog/localStorage_for_state_saving ). 1.10 will use localStorage rather than cookies (tough luck to IE6/7 :-) ).
Allan
Allan