iris/sessions
Gerasimos (Makis) Maropoulos ccafe67c80 nothing important here
Former-commit-id: e6c4ade12d085cb8fa4989b15fa446b75ee114b2
2019-07-15 09:58:05 +03:00
..
sessiondb Updated all dependencies one by one to go.mod - Backup and remove the vendor folder entirely and update most of the examples - next commit will contain the rest of the updated 2019-07-15 07:49:04 +03:00
AUTHORS Update to version 8.5.5 | Read HISTORY.md 2017-11-02 05:54:33 +02:00
config.go add Context.ResponseWriter.IsHijacked to report whether the underline conn is already hijacked and a lot of cleanup and minor ws stress test example improvements 2019-02-23 07:23:10 +02:00
cookie.go nothing important here 2019-07-15 09:58:05 +03:00
database.go sessions database: boltdb: add support for ShiftExpiration -> OnUpdateExpiration like redis 2018-08-18 15:01:26 +03:00
LICENSE some cleanup, and remove the test 'testwebocket2' package at all; A lower-level fast websocket impl based on gobwas/ws will be published on a different repo, it is a WIP 2019-02-22 21:24:10 +02:00
lifetime.go fix / lifetime.Time not updated on expiration shift 2018-08-15 14:21:22 +08:00
provider.go https://github.com/kataras/iris/issues/1061 2018-08-14 16:29:04 +03:00
session.go fix https://github.com/kataras/iris/issues/1020, redis database stores the int as float64, so make that type assertion on GetInt as well 2018-06-03 02:47:48 +03:00
sessions_test.go nothing important here 2019-07-15 09:58:05 +03:00
sessions.go nothing important here 2019-07-15 09:58:05 +03:00
transcoding.go nothing crazy here, add the 'Transcoder' type explicitly to the sessions#DefaultTranscoder, relative to https://github.com/kataras/iris/issues/1033 2018-06-27 13:30:28 +03:00