Cory Redmond

Results 8 comments of Cory Redmond

Just downloaded the newest chrome, Windows 8. Console shows something about undefined variables. "@grid-gutter-width"

Use Redis or some other session database service, there are [examples](https://github.com/gin-contrib/sessions/tree/master/example) that you can read through for each one.

A look at the clear function gives light on this! https://github.com/gin-contrib/sessions/pull/52 `s.Session().Values` appears to be a list of all keys!

@TJM I'm not sure that was 2 years ago, context could have been better on my behalf. Reevaluating this, if you cast it to the actual implementation of the Session...

Yes, also make sure you're using the master branch of github.com/boj/redistore

@deepch it won't because tls-sni is disabled on letsencrypt's end, you have to use http-01 You can do this in a manner similar to below ```golang m := &autocert.Manager{ Prompt:...

@deepch you can turn of the redirect by supplying a handler in `m.HTTPHandler(...)`

I was going along the lines of `func(t ...T)`, if I saw `..` I would thing up in the hierarchy not down