• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat 5.5.26 -IE7 Session issue

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator



I am developing an application using tomcat5.5.26. My problem is for every request a new session is being created, ie a session is not at all maintained.
1. In the server.xml under context I set cookies="true".
2. In jsps that are there in the application I wrote the page directive session="false".
3. In the IE7 exporer that I am using I have made the privacy setting to Accept all cookies.But still facing the same problem.This also happens if I use Mozilla Firefox.

If I depoy the same application in webshere on different machine the application works all as expected.
Is there any other seeting I need to do to make appication session work propery in tomcat 5.5.26 and ie 7. I am using Struts1.3.8 with tiles.

any help will be really appriciated!!
[ July 02, 2008: Message edited by: Yashashree Kale ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic