0

I am trying to access the rqCookies attribute of a Request in Happstack Server, however I continue to get an empty list, when there are cookies that are in the request headers.

I have also tried to use the readCookieValue function, but this cannot find any of the cookies.

Why is this happening?

The server is being run on Ubuntu 14.04.

Citronen
  • 4,050
  • 4
  • 16
  • 20

1 Answers1

1

Cookies contained commas, and were not parsed correctly.

Citronen
  • 4,050
  • 4
  • 16
  • 20