ArrayList<GWLData> getGwlList = runMatcherDao.fetchData();
Here getGwlList is an ArrayList of Objects of GWLData class. I want to store the getGwlList in session in spring. Moreover how can i access that session variable letter ? Any help is deeply appriciated.