• 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 lost problem

 
Ranch Hand
Posts: 323
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I am working on a project where we are storing session in stateful session bean.When the session gets lost depending on the session-timeout property of orion-ejb-jar,i want to open the login page again.Our architecture is much like struts using session bean from action classes.EJB's are deployed on oc4j release 3 presently.When i am trying to redirect the page using request dispatcher, it is giving null pointer exception.I am getting the request dispatcher object but cant invoke any of its method.
PLz help
thanks
candy
 
reply
    Bookmark Topic Watch Topic
  • New Topic