We've made an application where we need to maintain
session information. Earlier we were using servletrunner...and maintained
session when a user logged into the application and tracked the user thru
HttpServletRequest.getSession(True) call.
now the app is deployed in Apache and when we
create a session...we get a new id everytime whenever we call getSession both
using a cookie tracking as well as...URLRewriting.
And when we call req.getSession(true), the browser
receives a new session id ...why is this happening
..??
Please advise. The platform and browser specs are
as below..
Apache ver. 1.3.9
Browser IE4 , IE5 , NS 4.51, 4.61, kde file manager
(kconquerer 1.2ver)
platform linux 2.2.12
Jserv 1.1.1
JDK 1.2
cookie settings are enabled in each browser ...as well as all other
settings regarding the..cookies ....
I know of a similar problem ...facing...when there is a java plugin
installed ..but it sd atleast work in kde file manager..and ...i don't have the
plugin installed ...for netscape.
is there any way tht i dont have to rewrite my classes...and run with the
default..session tracking api...??
Any help will be appreciated ..and thanks in
advance to all those who will ...and those who will not ..thanks.
Bye
Jai |