<FromGitter>
<alex-lairan> Thanks @Blacksmoke16 @elorest ⏎ ⏎ No I don't have control of the front end :( ⏎ ⏎ I had an idea, when a login is performed, I set in redis a secure random key with an expiration of 5 minutes. ... [https://gitter.im/amberframework/amber?at=5cad9ccabd70a40d5f26951c]
<FromGitter>
<drum445> @elorest Amen, you see so many people forcing the usage of JWT's when a cookie based session would work a lot better.
<FromGitter>
<alex-lairan> @elorest I don't understand the goal of this line : `session[%w(a b c d e f g h i j k l m n o p).sample] = Time.now.to_s` ^^