Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Monday, December 10, 2007

java code for JSTL Print Page Context

<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>



Page Data Example



 



















































HTTP
Request(pageContext.request.)


Access Method  

Authentication Type  

Context Path  

Path Information  

Path Translated  

Query String  

Request URI  







































HTTP
Session(pageContext.session.)


Creation Time  

Session ID  

Last Accessed Time  

Max Inactive Interval  
value="${pageContext.session.maxInactiveInterval}" />

seconds
You have been on-line for  
value="${(pageContext.session.lastAccessedTime-pageContext.session.creationTime)/1000}" />

seconds


No comments: