How I can get the Application session information using the Page Token $CONTEXT{}
In Java we get the informationformation as given below....
context.getRequest().getSession().getAttribute("AttributeName");
Would like to get the method to get the same using page Token, so that we can use them in XSLT.