a74ebaa1eb
beego/session: return proper error when session is not found
...
Parent errs was returned instead of err which is returned from the last
statement.
2016-11-13 10:01:29 +02:00
3c05eafbc4
HTTP Only Configurable
2016-10-10 09:50:34 -05:00
0ef357ebd7
session:output error
2016-09-11 21:02:11 +08:00
ef0d3d80dc
set session.managerconfig public
2016-08-13 21:07:27 +08:00
e21b425957
Merge pull request #1953 from lcbluestorm/master
...
add ssdb session provider
2016-05-20 22:53:23 +08:00
e77a591a6c
delete test file
2016-05-20 17:25:22 +08:00
4890dd708c
clear code
2016-05-20 10:27:18 +08:00
6234b50111
test done
2016-05-19 21:00:04 +08:00
e50f4f5631
complete sess_ssdb.go
2016-05-15 12:15:40 +08:00
0e4b9563ae
add test file
2016-05-10 20:08:15 +08:00
27be1e7ca3
add ssdb-session interface
2016-05-10 19:56:45 +08:00
245664010c
Go Vet
2016-04-27 22:18:22 +08:00
5aa085bf41
1. remove the invalid comments.
...
2. allow the user to config "Enable" store/get sessionId into/from http header
3. allow the user to config "Enable" get sessionId from Url query
4. when enable sessionId in http header, check the sessionName format as CanonicalMIMRHeaderKey, then panic if not.
2016-04-21 09:57:44 +08:00
56860d1fea
not just export a variable
2016-03-25 10:48:59 +08:00
3300db832b
in session
package, add a helpful variable SLogger
to help subpackage logging information
2016-03-24 22:43:57 +08:00
a144f117a3
remove comment
2016-03-01 13:39:36 +08:00
477de9a3f3
fix bug: session id undecoded when destroy and sesssion memory provider push wrong
2016-03-01 10:51:47 +08:00
fa8f6e5a53
session destroy
2016-01-18 16:11:27 +08:00
f925bb9058
golint all the files
2016-01-18 00:18:21 +08:00
90d1349665
fix typo
2016-01-17 23:48:17 +08:00
391f897eb1
simplify sessionID
2016-01-11 16:49:56 +08:00
77fa891499
update dependence
2016-01-08 15:47:13 +08:00
58e2a7c099
fix #1473,Only update redis session if it already exist
2016-01-07 20:42:26 +08:00
80912b6210
change get sessionID logic from cookie
2016-01-07 13:15:40 +08:00
ac3a447479
fix the session update issues
2015-12-27 14:09:20 +08:00
da39082d4f
Retrieve session identifier from cookie and query parameters
2015-12-22 10:30:44 +08:00
4823a0f114
remove the dead code
2015-09-17 23:47:26 +08:00
3df0fa462d
golint tidb
2015-09-17 23:00:05 +08:00
172894efe8
golint session
2015-09-12 22:53:55 +08:00
f55bbbdff4
allows custom the TableName of Session
2015-09-05 10:31:31 +08:00
8e71d31dbe
fix session table
2015-06-04 18:40:10 +05:00
db06e954b5
fix the session memcache bug
2015-05-28 12:04:19 +08:00
9fd7acf663
fix #1152
2015-05-25 09:10:37 +08:00
2dca48f26e
fix sesseion redis db error
2015-05-25 09:10:37 +08:00
322b208566
Update session.go
...
remove = in if statement
2015-05-25 09:10:35 +08:00
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
1148359570
session cookie support IE
2015-05-25 09:10:35 +08:00
1d8afdc9c9
gofmt -s & go_vet
2015-05-25 09:10:34 +08:00
20cc5b261e
Reform the ledis_session.go
2015-03-01 12:59:34 +08:00
7ec2a077d9
Fix the wrong parameter bug in ledis session.
2015-03-01 12:03:03 +08:00
f988f035e5
redis provider for session and cache support select db
2015-02-16 21:56:32 +08:00
29d98731c6
add sess_ledis select db config
2014-11-25 14:41:51 -08:00
000033e2a7
update the test case
2014-11-04 22:07:38 +08:00
fc6b9ce009
fix #620 simple the sessionID generate
2014-11-04 19:04:26 +08:00
1822dd95ac
Merge pull request #892 from dockercn/master
...
Add a beego session backend using LedisDB
2014-10-29 14:18:20 +08:00
0bcd828d73
add session store in ledis
2014-10-26 22:56:00 -07:00
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
a144769515
update the documents & comments
2014-08-18 16:41:43 +08:00
51ee1e77c2
beego: close the file when finish init
2014-08-18 14:42:17 +08:00
2773fda883
session:change the driver from beego to bradfitz
2014-08-08 16:43:39 +08:00