%@ page import="java.util.Date" %> <%@ page import="java.net.*" %> <% HttpSession mysession=request.getSession(true); String cookieName="CharonCookie"; String cookieValue=session.getId(); Cookie CharonCookie=new Cookie(cookieName,cookieValue); response.addCookie(CharonCookie); %>
Welcome to the Charon Start Page.
Click the button to log in to Gateway. . |