<%@ page language="java" contentType="text/html" %> <%@ page import="javax.servlet.*" %> <%@ page import="javax.servlet.http.*" %> <%@ page import="java.sql.*, java.io.*, java.util.*" %> <% HttpSession hs=request.getSession(true); String a1=(String)hs.getAttribute("username"); String a2=(String)hs.getAttribute("password"); try { %> personalities
<% } catch(Exception e) { out.println(e); } %>