-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
I mentioned a couple times before that I had odd troubles where it seemed a
user would lose their session information. I believe I know why and I
wonder if there is a fix.
Quick synopsis of problem:
I am using a single servlet to filter content of pages. This servlet uses
sessions to store information unique to each user. This information is used
to manipulate the page before it is sent on to the user's browser.
The whole process runs smoothly, however occassionally the page comes back
with problems indicating that the information that should be in the user's
session mysteriously disappeared. This only seems to occur when the a user
requests 2 pages in rapid succession (frames and redirects, primarily)
My analysis:
The user is issuing a request for a second page before the first has
finished loading, thus causing conflicts and collisions to occur in his
session.
Is this probable, based on my description of the problem? If so, can it be
fixed with synchronization? Will that cause unwanted pauses from user to
user, or can I set up synchronization to be on a per-user basis?
Thanks for your input,
-- Joshua Slack
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]