This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Servlets and the fly likes URGENT !!  Same Session IDs but different Sessions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "URGENT !!  Same Session IDs but different Sessions" Watch "URGENT !!  Same Session IDs but different Sessions" New topic
Author

URGENT !! Same Session IDs but different Sessions

Mayank Chaturvedi
Greenhorn

Joined: Oct 01, 2001
Posts: 4
I one JSP page I am setting some session values . If I try to access the same session values in the next JSP page , it give NULL . I printed the session IDs in both the pages , it is the same .But if I print the variable "session" directly , they both are different . Can someone tell how and why it happens ?
I am using iPlanet Deployment (IAS 6.0)Tool to deploy the components . But , if without using the Tool if I deploy , it works fine .
Can someone provide a solution for it ?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: URGENT !! Same Session IDs but different Sessions
 
Similar Threads
how do i differentiate two instance or client
Tomcat cluster
Getting html form name
Problem with referencing session information from 2 contexts, one a subfolder of another
Keeping Session Values !