1
0
Fork 0

Removed stray type option from session tests.

This commit is contained in:
Alan Plum 2015-08-05 14:07:03 +02:00 committed by Michael Hackstein
parent dfd746d77c
commit dddd3fc2ec
1 changed files with 0 additions and 4 deletions

View File

@ -1413,7 +1413,6 @@ function SetupSessions () {
try {
app.activateSessions({
sessionStorage: 'sessions',
type: 'cookie',
cookie: {
name: 'sid'
}
@ -1433,7 +1432,6 @@ function SetupSessions () {
try {
app.activateSessions({
sessionStorage: 'sessions',
type: 'cookie',
cookie: 'sid'
});
} catch (e) {
@ -1451,7 +1449,6 @@ function SetupSessions () {
try {
app.activateSessions({
sessionStorage: 'sessions',
type: 'cookie',
cookie: {
name: 'sid',
secret: 'keyboardcat'
@ -1472,7 +1469,6 @@ function SetupSessions () {
try {
app.activateSessions({
sessionStorage: 'sessions',
type: 'header',
header: 'X-Session-Id'
});
} catch (e) {