Issue 3014: Java intermittently does not get cookie information from browser
http://code.google.com/p/chromium/issues/detail?id=3014
New issue report by nick.borland:
Product Version : 0.2.149.30
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 3: Not tested
Firefox 3: OK
IE 7: OK
What steps will reproduce the problem?
1. Create a Java applet that uses URLConnection to periodically connect to
the same server as the web page that contains the applet. Normally the
cookie information is picked up automatically and sent to the server as a
header. And even in Chrome this works most of the time.
2. Put the web page up on a server that uses sessions (or something else
that sets a cookie). For example, PHP with session_start().
3. Load the web page - it should work fine at first.
4. Refresh the browser window while the applet is running. The browser
itself maintains the session; but on its next load the Java applet stops
getting the cookie information and therefore loses session information.
5. If one waits long enough and tries again, the session information comes
back and the applet starts to work again.
What is the expected result?
At any point the Java applet should keep sending the Cookie header with
each request.
What happens instead?
As described above, at certain times the cookie information gets lost and
the applet tries to start its own session
Please provide any additional information below. Attach a screenshot if
possible.
Issue attributes:
Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---