Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2.GA_P02
-
Fix Version/s: EE-1.8.2.GA_P03
-
Component/s: Enterprise Push Server
-
Labels:None
-
Environment:EPS, Cluster, Stand-Alone, Firefox 4, Internet Explorer 9
Description
When using EPS' ARP implementation (Socket ARP) when the EPSID Cookie is set on an HTTP Response it included the Path as 'Path="/"'. The quotes around the Path seems to cause the Cookie not to be set in at least Firefox 4 and Internet Explorer 9.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
According to the HTTP State Management specification (http://www.ietf.org/rfc/rfc2109.txt) the value is not enclosed by quotes. Removing the quotes when setting the EPSID solves the issue for Firefox 4 and Internet Explorer 9. Marking this one as FIXED.