Total members 10262 | Gratitudes |It is currently Wed May 23, 2012 9:32 pm Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 1 post ] 
Author Code Snippet
 Code subject: session in jsp
PostPosted: Sat Jan 24, 2009 12:28 am 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time

You can get session ID in jsp and the time of its created , and also the time of the last access to page by the user .


Code:
<%@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>
 




The output of the code is :
Code:

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

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 1 post ] 
Quick reply


  

 Similar topics
 how to write code message to user before session will expire
 i need code for identifying web user session
 EJB session bean
 PHP session variables problem in Firefox
 PHP session variables problem in Firefox
 php login with session
 Session handling using Struts
 Session destroy on navigate away
 Login using session with php and mysql
 How can I enable session tracking for JSP pages if the brows

All times are UTC [ DST ]


Users browsing similar codes

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Code Snippet | Next Code Snippet  cron




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team