[Interchange-bugs] [Bug 174] Changed - Cookies set twice

bugzilla-daemon@localhost.akopia.com bugzilla-daemon@localhost.akopia.com
Fri, 4 May 2001 15:44:26 -0400


http://developer.akopia.com/bugs/show_bug.cgi?id=174

*** shadow/174	Thu May  3 15:32:04 2001
--- shadow/174.tmp.2680	Fri May  4 15:44:25 2001
***************
*** 3,10 ****
  Version: 4.7.x
  Platform: All
  OS/Version: All
! Status: NEW   
! Resolution: 
  Severity: trivial
  Priority: P2
  Component: Foundation
--- 3,10 ----
  Version: 4.7.x
  Platform: All
  OS/Version: All
! Status: RESOLVED   
! Resolution: WORKSFORME
  Severity: trivial
  Priority: P2
  Component: Foundation
***************
*** 16,18 ****
--- 16,26 ----
  
  In the new foundation, anytime interchange attempts to set a cookie, it gets set
  twice (observed on session id, username, and password cookies)
+ 
+ ------- Additional Comments From mike@minivend.com  2001-05-04 15:44 -------
+ Remove the alias and this goes away, or put "Mall No" in interchange.cfg
+ and it goes away.
+ 
+ Because there may be multiple Interchange implementations on a server,
+ and each needs a session ID, you must set a cookie for each PATH that
+ you are supporting. Hence the mulitple cookie sets.