This Text file is old! In a 🏛️Museum, an unsorted archive of (user-)pages. (Saved from Geocities in Oct-2009. The archival story: oocities.org)
--------------------------------------- (To 🚫report any bad content: archivehelp @ gmail.com)
<%@page contentType="text/html"%> Session Example <%-- THIS IS ANOTHER WAY TO WRITE THE CODE, JUST SCRIPLETS --%> <% out.print("Using Just Scriplets!
"); out.print("This is the session id " + session.getId() + "
"); if ( session.isNew() ) { out.print("This is a new session !
"); } else { // get the username parameter an save it! session.setAttribute("USERNAME",request.getParameter("USERNAME")); out.print("This is an existing session; created "); out.print(new java.util.Date(session.getCreationTime()) + "
"); out.print("Show Saved Name"); } %>
Enter the name to associate to this session

Text file Source (historic): geocities.com/asaund6835/Java_tutorial/src

geocities.com/asaund6835/Java_tutorial
geocities.com/asaund6835

(to report bad content: archivehelp @ gmail)