iexploree
a144f117a3
remove comment
2016-03-01 13:39:36 +08:00
iexploree
477de9a3f3
fix bug: session id undecoded when destroy and sesssion memory provider push wrong
2016-03-01 10:51:47 +08:00
astaxie
fa8f6e5a53
session destroy
2016-01-18 16:11:27 +08:00
astaxie
f925bb9058
golint all the files
2016-01-18 00:18:21 +08:00
astaxie
90d1349665
fix typo
2016-01-17 23:48:17 +08:00
astaxie
391f897eb1
simplify sessionID
2016-01-11 16:49:56 +08:00
astaxie
77fa891499
update dependence
2016-01-08 15:47:13 +08:00
ysqi
58e2a7c099
fix #1473,Only update redis session if it already exist
2016-01-07 20:42:26 +08:00
ysqi
80912b6210
change get sessionID logic from cookie
2016-01-07 13:15:40 +08:00
astaxie
ac3a447479
fix the session update issues
2015-12-27 14:09:20 +08:00
Yandong Yao
da39082d4f
Retrieve session identifier from cookie and query parameters
2015-12-22 10:30:44 +08:00
astaxie
4823a0f114
remove the dead code
2015-09-17 23:47:26 +08:00
astaxie
3df0fa462d
golint tidb
2015-09-17 23:00:05 +08:00
astaxie
172894efe8
golint session
2015-09-12 22:53:55 +08:00
sidbusy
f55bbbdff4
allows custom the TableName of Session
2015-09-05 10:31:31 +08:00
Nikolay Kirsh
8e71d31dbe
fix session table
2015-06-04 18:40:10 +05:00
astaxie
db06e954b5
fix the session memcache bug
2015-05-28 12:04:19 +08:00
astaxie
9fd7acf663
fix #1152
2015-05-25 09:10:37 +08:00
astaxie
2dca48f26e
fix sesseion redis db error
2015-05-25 09:10:37 +08:00
Yongzheng Lai
322b208566
Update session.go
...
remove = in if statement
2015-05-25 09:10:35 +08:00
Yongzheng Lai
fd610d6777
Update session.go
...
move expire in line 154 to 247, because it will cause session_cookie not writen to explorer
2015-05-25 09:10:35 +08:00
astaxie
1148359570
session cookie support IE
2015-05-25 09:10:35 +08:00
astaxie
1d8afdc9c9
gofmt -s & go_vet
2015-05-25 09:10:34 +08:00
Meaglith Ma
20cc5b261e
Reform the ledis_session.go
2015-03-01 12:59:34 +08:00
Meaglith Ma
7ec2a077d9
Fix the wrong parameter bug in ledis session.
2015-03-01 12:03:03 +08:00
astaxie
f988f035e5
redis provider for session and cache support select db
2015-02-16 21:56:32 +08:00
Chen Liang
29d98731c6
add sess_ledis select db config
2014-11-25 14:41:51 -08:00
astaxie
000033e2a7
update the test case
2014-11-04 22:07:38 +08:00
astaxie
fc6b9ce009
fix #620 simple the sessionID generate
2014-11-04 19:04:26 +08:00
astaxie
1822dd95ac
Merge pull request #892 from dockercn/master
...
Add a beego session backend using LedisDB
2014-10-29 14:18:20 +08:00
Chen Liang
0bcd828d73
add session store in ledis
2014-10-26 22:56:00 -07:00
Brandon Gao
1eb9aef687
Use SETEX command to set session
...
In order to be compatible with older version Redis, use `SETEX` command instead of `SET x y EX 360`.
2014-10-16 20:16:17 +08:00
astaxie
a144769515
update the documents & comments
2014-08-18 16:41:43 +08:00
astaxie
51ee1e77c2
beego: close the file when finish init
2014-08-18 14:42:17 +08:00
astaxie
2773fda883
session:change the driver from beego to bradfitz
2014-08-08 16:43:39 +08:00
astaxie
d7a5281bda
session: support cookie domain
2014-08-04 16:21:06 +08:00
astaxie
1858f3073b
session: fix #688
2014-07-16 23:05:38 +08:00
astaxie
fefd8ddb5b
beego: update licence& fix #669
2014-07-03 23:40:21 +08:00
astaxie
0f170a80da
update the comments fix #658
2014-06-25 10:39:37 +08:00
astaxie
d2eece9a39
session: #620 make the session never read empty
2014-05-27 15:45:35 +08:00
astaxie
ef6d9b9a94
session: support memcache interface
2014-05-17 02:26:52 +08:00
astaxie
c265786251
session:support struct.
...
gob.Register(v)
2014-05-17 02:26:51 +08:00
astaxie
c188cbbcb4
update all files License
2014-05-17 02:26:50 +08:00
astaxie
4245521660
fix #576
2014-05-17 02:26:50 +08:00
Lin Luxiang
78991c81ab
make Maxage work
2014-05-17 02:26:49 +08:00
luosangnanka
25768f0109
Update README.md
...
Update the json format of session for file, redis, mysql, cookie, there are errors in these json string, such as after the param `ProviderConfig` and there is a lost of `"` in the line 61 of the `gclifetime`.
2014-05-05 16:21:50 +08:00
luosangnanka
a56f67e073
Update README.md
...
Update the json format of session for file, redis, mysql, there are errors in these json string, after `ProviderConfig` params.
2014-05-05 16:15:49 +08:00
luosangnanka
8164f9821d
Update README.md
...
Update the json format of session for redis, there is an error in that json string
2014-05-05 16:13:03 +08:00
astaxie
deb28dd873
fix session test case
2014-04-04 10:16:34 +08:00
slene
f4d62d3193
beego: fix dependency of cache / session sub package
2014-04-04 08:31:22 +08:00