Save layout sizing in cookie

Is there anyway to save the layout sizing for each client?

There isn’t a ready functionality to save sizes in cookie.

However, you may create own functionality:

var width = layout.cells(cell_id).getWidth();
var height = layout.cells(cell_id).getHeight();