on compiling the attached java file i receive the following error
 
C:\test\changed\loginagain.java:27: cannot resolve symbol
symbol  : method setMaxInactiveInterval  (int)
location: interface javax.servlet.http.HttpSession
        httpsession.setMaxInactiveInterval(1800);
                   ^
1 error
 
i am using servlet2.2 api
 
please advice
 
thanks

loginagain.java

Reply via email to