On Thu, Apr 27, 2017 at 6:21 PM, iaw4 <[email protected]> wrote: > I don't know whether this is an M bug or a chrome-localhost bug. this > makes testing more difficult. the code can now run only in final > production mode on the specific server, or I "hand-hook" it.
Again, there are no bugs with Mojolicious, not at this level. ;) Try setting $cookiedomain = "www.localhost" and then try your test again browsing to http://www.localhost. According to the Netscape cookie spec <https://curl.haxx.se/rfc/cookie_spec.html>, "Only hosts within the specified domain can set a cookie for a domain *and domains must have at least two (2) or three (3) periods in them*" -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
