|
We've developed a rather large Java/JSP based
application using Microsoft IIS, IBM WebSphere 1.1, and our database
backend.
In an effort to make this application stable,
we've been working on porting it all to Linux (RedHat 5.2), Apache 1.3.2, JServ
.096, and GNUJSP.
For some undiscovered reason, it seems that individual .jsp's
cannot access the session data of javax.servlet.http.HttpSession. When
trying to retrieve the data from request.getSession (), NULL is always
returned.
Has anyone run into this situation
before?
Any guidance will be greatly appreciated.
Thanks in advance!
eric b. ridge
Technology Concepts & Design, INC.
|