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

session timeout setting on iPlanet server

 
Ranch Hand
Posts: 222
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an application which is deployed on Weblogic application server, and iPlanet sits in between as Web Server.

Now, when I run the application normally (request goes to iPlanet and then to Weblogic) and click a page which takes long time to populate, I get a session timeout error after exactly five minutes.

Whereas if I hit the Weblogic directly, bypassing iPlanet, and then click the same page it takes it's own time to populate but in the end it comes back with proper result. I interpret from this behavior that, there is a five minutes timeout period set on iPlanet.

Can someone please tell me where on iPlanet that timeout would have been set and how can I increase the timeout if needed?

Thanks,
Ankit
 
I can't take it! You are too smart for me! Here is the tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic