Steven

Results 3 comments of Steven

I face the same issues and your fix suggestion save the day. thank you!

In my opinion, having no cookie support does not posed a critical issue. Since it can be handled by either LocalStorage (which hadn't been an issue for me) or perhaps...

@suiriass was it in your case it is impossible to insert the `ipv6` value as arguments? for example: ``` query := `INSERT INTO users (name, ipv6) VALUES (:name, :ipv6)` _,...