Bugzilla – Bug 4757
player cookie sometimes gets set wrongly
Last modified: 2008-12-18 11:11:58 UTC
The server is currently setting a cookie for SlimServer-player on every http response, during generateHTTPResponse(). Not all files are handled with a client reference, so the cookie can end up being set to the default player. Depending on what pages get requested, this can cause the wrong player to be shown on a browser refresh. Proposed fix is to only set the cookie when handling pages that are known to be handled by the server, ie they have a pageFunction associated with them.
fix merged to trunk at change 11380 and 6.5.2 at change 11381
Fixed in 6.5.2, which is now released and available for download at http://www.slimdevices.com/su_downloads.html If you're still experiencing this bug, please re-open it!