Dhtmlxgrid column widths are not retaining

Hi,

We were unable to retain the dhtmlxgrid column widths for each column after logout from the application. we are using below code for retaining column widths. It works fine for between modules and reload the grid. But it won’t works for user logout.

Code:

Set the cookie:
mygrid.saveSizeToCookie(“SeatingSize”,"_Size");

Load the cookie:
mygrid.loadSizeFromCookie(“SeatingSize”);

Thanks for your support.

Unfortunately the issue cannot be reproduced locally.
If the problem still occurs for you, please, provide with any kind of sample of your code, demo link or a complete demo, where the problem can be reproduced locally.