Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Problems with session.setAttribute

Problems with session.setAttribute

From: Tim <tbilida_at_sympatico.ca>
Date: Fri, 14 Jun 2002 13:19:29 -0400
Message-ID: <3D0A25A1.7090501@sympatico.ca>


I've got this JSP which runs on iPlanet and Apache Tomcat 4.0. When I try to run it on the Oracle Apache HTTP Server Version 1.3 (I think) I get the following error.

Method setAttribute(java.lang.String, java.lang.String) not found in interface javax.servlet.http.HttpSession. session.setAttribute("USER_NAME", userName);

Is there something obvious that would be causing this? Is there a quick fix to solve it either from a programming perspective or a server perspective?

Thanks
Tim Received on Fri Jun 14 2002 - 12:19:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US