• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

OC4J sending request twice after certain time

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

I have a j2ee application. I use Oracle appserver. When client sends a request to the server and if requset takes long time (but httpsession is still not timed out), I noticed that same request is sent again, with exact same parameters as that of first. Is there any setting in OAS that tells OAS to resend the request? Any thoughts?

[ August 29, 2008: Message edited by: Vaidehi Kulkarni ]
[ August 29, 2008: Message edited by: Vaidehi Kulkarni ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic