Sat Jan 24, 2009 12:28 am
<%@page import = "java.util.Date" session="true"%>
<HTML>
<HEAD>
<TITLE>Session in JSP (Codemiles)</TITLE>
</HEAD>
<BODY>
<h1>Session in JSP</h1>
Your session ID is : <%=session.getId()%>
<br>
Session created at <%=new Date(session.getCreationTime())%>
<br>
Last time of activity <%=new Date(session.getLastAccessedTime())%>
<br>
</BODY>
</HTML>
Your session ID is : 7DF1641B1708A61B84652D34EEE39BB8
Session created at Sat Jan 24 01:27:07 EET 2009
Last time of activity Sat Jan 24 01:27:07 EET 2009
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.