Hi,
     This is the error i am getting for the code in jsp file. the
problem is to set or view max interval time for  sessions.


<HTML>

<HEAD>
<TITLE>
     User Name
</TITLE>

</HEAD>

<BODY BACKGROUND="images/Backgrnd.gif">

<% out.println(session.getMaxIntervalTime()); %>

</body

</head>



The error msg is

<<<Method getMaxIntervalTime() not found in interface javax.servlet.http.HttpSession.
                 out.println(session.getMaxIntervalTime()); >>>

Pls help.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to