I am afraid the posted answer is not the Accepted one , as the problem still persists and is very evidently related to Network Latency and Remote connectivity .
Main Topics
Browse All TopicsHi,
We have Web based application developed using Struts Framework and this application is deployed on Sunone Application Server. The application is accessed via Siteminder as the authentication server.
The application works fine and when accessed through Web Browser (IE 6.0) on WINDOWS 2000 for North America Users.
Some users are based in Europe and they have access to this application through VPN Network (Web Browser-IE 6.0 on WINDOWS 2000) .These users get “PAGE NOT FOUND “errors on the web browsers frequently, but on click of Refresh the page works fine.
This error occurs randomly all over the application, but no TRACES are reported in the Application Log and Server Log.
We did run tests from these locations using JMETER, but could not reproduce the errors. This error is produced when user accesses the app through IE Browser and the Browser settings are same for all Users irrespective of locations.
Has anyone faced similar issues, any help would be very useful.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: planaskPosted on 2004-11-26 at 10:08:00ID: 12682555
I think I've seen a similar issue in one of our applications which was being launched from a portal.
Eventually we've found out it had to do with Siteminder session cookies.
However, the solution was to log the application out programatically even when users crossed out of the browser window as an alternative to clicking the Logout button. Also we had to expire all cookies (again programatically) on the web server before redirecting to the main page thus receiving a fresh Siteminder cookie.
I hope the above gives you a lead.