iris/sessions
corebreaker 8fded5f86d Test decoded cookie for empty strings
Fixes up issue #698.
The input of `decodeCookieValue` is tested in case of there is an empty string, so then its output really reflect the validity of the input.
It takes in consideration that underlying decoder can unvalidate the cookie.

Former-commit-id: a82cccfe1c252c68ceeb4126ea43495fa2cdf96d
2017-08-02 09:40:54 +03:00
..
sessiondb/redis add PartyFunc and gofmt -s -w . 🔷 2017-08-01 22:25:08 +03:00
AUTHORS Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded 2017-07-10 18:32:42 +03:00
config.go Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded 2017-07-10 18:32:42 +03:00
cookie.go Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded 2017-07-10 18:32:42 +03:00
database.go Fix up for sessions 2017-07-31 21:49:30 +03:00
LICENSE Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded 2017-07-10 18:32:42 +03:00
provider.go Fix up for sessions 2017-07-31 21:49:30 +03:00
session.go add PartyFunc and gofmt -s -w . 🔷 2017-08-01 22:25:08 +03:00
sessions_test.go Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded 2017-07-10 18:32:42 +03:00
sessions.go Test decoded cookie for empty strings 2017-08-02 09:40:54 +03:00