Bug 4757 - player cookie sometimes gets set wrongly
: player cookie sometimes gets set wrongly
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 6.5.1
: Macintosh All
: P2 normal (vote)
: ---
Assigned To: Chris Owens
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-02-10 09:30 UTC by KDF
Modified: 2008-12-18 11:11 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description KDF 2007-02-10 09:30:35 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.
Comment 1 KDF 2007-02-10 09:35:51 UTC
fix merged to trunk at change 11380 and 6.5.2 at change 11381
Comment 2 Chris Owens 2007-05-22 12:10:26 UTC
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!