Posted By:
Yurik_Siva
Posted On:
Monday, December 3, 2001 07:27 PM
Hi, Could somebody help me? I access same servlet from two different pages. First page sitting on the root directory and second page in subfolder of the same directory. The problem - when I access servlet from the first page request.getSession(false) return NULL, and if I access servlet from the second page I'm getting session object without problem. Why the session not available on the first page? And how to make session available for all my pages? NOTE: This situation happens only on server. When I running my local computer I don't have this problem. Thanks.
More>>
Hi,
Could somebody help me?
I access same servlet from two different pages. First page sitting on the root directory and second page in subfolder of the same directory.
The problem - when I access servlet from the first page
request.getSession(false)
return NULL, and if I access servlet from the second page I'm getting session object without problem.
Why the session not available on the first page?
And how to make session available for all my pages?
NOTE: This situation happens only on server. When I running my local computer
I don't have this problem.
Thanks.
<<Less