• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

session

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My application is running on Apache and Tomcat.
If I create my session in my jsp I am able to access my session variables in my jsp but I am not able to access in my servlets. If i create my session in my servlet I am able to access that session in my servlet, I am not able to in my servlet.
It is creating differenct sessions for jsp and servlets. If I want to use same session in both servlets and jsp what should i need to do.
Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic