lib/tynn/session.rb in tynn-2.0.0.beta2 vs lib/tynn/session.rb in tynn-2.0.0.beta3

- old
+ new

@@ -53,10 +53,10 @@ # Disables third-party usage for cookies. There are two possible values # <tt>:Lax</tt> and <tt>:Strict</tt>. In <tt>Strict</tt> mode, the cookie # is restrain to any cross-site usage; in <tt>Lax</tt> mode, some cross-site # usage is allowed. Defaults to <tt>:Lax</tt>. If <tt>nil</tt> is passed, # the flag is not included. Check this article[http://www.sjoerdlangkemper.nl/2016/04/14/preventing-csrf-with-samesite-cookie-attribute/] - # for more information. + # for more information. Supported by Chrome 51+. # # [expire_after] # The lifespan of the cookie. If <tt>nil</tt>, the session cookie is temporary # and is no retained after the browser is closed. Defaults to <tt>nil</tt>. #