• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

URGENT !! Same Session IDs but different Sessions

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 think she's lovely. It's this tiny ad that called her crazy:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic