from another java application, i had already set my attribute to this:
HttpSession session = request.getSession(true);
session.setAttribute("SessionUser", userName);
I’m not sure how to parse a specific attribute into a string.
String query = "SELECT title, first, last, email FROM member WHERE email="+**??**;
Just cast: