It means what it sounds like: the method isn't defined in the version of HttpSession that's on your CLASSPATH.
 
I think that method was added in JSDK 2.1.  What version are you compling against?
 

                                                            -- Bill K.

-----Original Message-----
From: haneesh [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 24, 2001 12:19 AM
To: [EMAIL PROTECTED]
Subject: Query

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
 
advice
thanks

Reply via email to