Adding iCookieUrl
Adding iCookieUrl
miwoe
Posts: 14Questions: 2Answers: 0
Hi,
I would like to add the property iCookieUrl, but sadly, I am not that fast to determine the place where the cookie is saved and the URL is passed?
My issue:
The last argument in my web app URL is the ID of the loaded entity => domain.de/namespace/controller/id
The cookie is saved then with this url pattern, but I would like to save the cookie as domain.de/namespace/controller
for some pages, for some not.
BR, miwoe
I would like to add the property iCookieUrl, but sadly, I am not that fast to determine the place where the cookie is saved and the URL is passed?
My issue:
The last argument in my web app URL is the ID of the loaded entity => domain.de/namespace/controller/id
The cookie is saved then with this url pattern, but I would like to save the cookie as domain.de/namespace/controller
for some pages, for some not.
BR, miwoe
This discussion has been closed.
Replies
I should note that DataTables 1.10 has state saving done by localStorage rather than by cookies.
Allan