Menu

#2 set_cookie can only set one cookie at a time

closed-fixed
nobody
None
5
2000-10-27
2000-10-19
No

The set_cookie command uses set_header (which has it's own bug but this is another matter) to set real cookies in the HTTP response header. The way it is currently written, only one cookie can be set per page.

Discussion

  • Randy Kunkee

    Randy Kunkee - 2000-10-27

    Use new -append feature of set_header command to append
    rather than overwrite cookie settings. This causes multiple
    Set-Cookie header lines to be emitted rather than overriding
    previous Set-Cookie headers.

     
  • Randy Kunkee

    Randy Kunkee - 2000-10-27
    • status: open --> closed-fixed
     

Log in to post a comment.