my dog learned polymorphism
The moose likes JSP and the fly likes Session timeout Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Session timeout" Watch "Session timeout" New topic
Author

Session timeout

sajeev Jaladharan
Greenhorn

Joined: Mar 18, 2003
Posts: 7
hai all
I am currently using appache web server for running my JSP applications.I want to keep track sessions in my application.So i used 'session.setMaxInactiveInterval(3600)' method for extending the expiring time to one hour.but on compilation of the jsp page an error occurs 'No such methods',the same happened when i used 'session.setAttribute()' but i corrected it by using sessin.getValue().where could have went wrong.
with regards sajeev
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12324
    
    1
If you can use getValue but not getAttribute, and setMaxInactiveInterval is not there it means you have an old version of the servlet API installed.
Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Session timeout
 
Similar Threads
weblogic server on linux.
JSP / JDBC - beginners question
What Is the Best Way to Learn JSF Quickly?
How to create common database connection in a application
How to upload the file into another server