hi rrakesh,i have the same problem in one of our components. i tried to reproduce it with a simple jsp including the following code:<h2>Session info</h2> <p><%out.println(request.getSession());%></p> <h2>Read attribute from session</h2> <p>Attribute value: <%=request.getSession().getAttribute("foo")...