Hi,
I am trying to split a single shape file into multiple files and add custom data to each shape file. Then on the Map, load all these shape files using "ShapeFileFeatureLayer".
What I noticed is the Session count and size increased dramatically and later I found that these overlays are stored in Session. Is this behavior something we can control, because we do not want to increase the session size as and when we are adding more overlays. Is there an alternative to it?
Thanks