Skip to content

Swoole runtime for Symfony - remember_me does not work. #168

@maxkain

Description

@maxkain

With this runtime remember_me is not set. I changed few lines of method reflectSymfonyResponse of SymfonyHttpBridge from:

  foreach ($sfResponse->headers->all() as $name => $values) {
      foreach ((array) $values as $value) {
          $response->header((string) $name, $value);
      }
  }

to:

  foreach ($sfResponse->headers->all() as $name => $values) {
      $response->header((string) $name, $values);
  }

And it works now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions