Skip to content

Commit ae6b3be

Browse files
author
Igor Melnikov
committed
MAGETWO-51068: Admin User session expired despite Session Lifetime
Install php-redis-session-abstract from Github
1 parent 4f0118f commit ae6b3be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
"url": "https://github.com/colinmollenhour/php-redis-session-abstract.git",
1818
"type": "git",
1919
"reference": "95330b7f29663dab81f53d1a438e4d927b6c5f66"
20+
},
21+
"autoload": {
22+
"psr-0": {
23+
"Cm\\RedisSession\\": "src/"
24+
}
2025
}
2126
}
2227
}

0 commit comments

Comments
 (0)