• 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

session becomes null

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an application developed using struts and the application is deployed on Oracle 9iAS on UNIX platform. When I configure the Oracle 9iAS to run multiple procesess (more than 1 JVM's) then if i click on a menu item which point to a JSP then session becomes null. While if i click on drop down menu items which point to action mappings then the application works fine. I have noticed one more thing that when i click on the link after which the session becomes null , URL is rewritten to include session id while when i use menu items which work fine the URL is not rewritten.
This problem occurs only when the Orcale 9iAS is configured to run multiple processes. When its configured to run only one process, this problem does not appear.
Does anyone have a clue as to why its happening or what might be the solution..
thanks..
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic