-
-
Notifications
You must be signed in to change notification settings - Fork 436
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use redis for session #3860
Comments
The file $sessionResource = new Cm_RedisSession_Model_Session;
|
i use |
Maybe @colinmollenhour could help you. |
If installed as a Magento module (it has |
I'm not sure where to look if my composer environment has the magento module loader. I have this in the file {
"name": "magento-hackathon/magento-composer-installer",
"version": "4.0.2",
"version_normalized": "4.0.2.0",
"source": {
"type": "git",
"url": "https://github.com/Cotya/magento-composer-installer.git",
"reference": "ece5cc5bb2a0150a743619901543036597f9eb5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Cotya/magento-composer-installer/zipball/ece5cc5bb2a0150a743619901543036597f9eb5b",
"reference": "ece5cc5bb2a0150a743619901543036597f9eb5b",
"shasum": ""
},
"require": {
"composer-plugin-api": "^2.0",
"flyingmana/composer-config-reader": "*",
"php": ">=5.5",
"symfony/console": "^2.5|^3.0|^4.0|^5.0"
},
"require-dev": {
"composer/composer": "2.*",
"cotya/composer-test-framework": "~2.0",
"ext-json": "*",
"mikey179/vfsstream": "~1.4",
"phpunit/phpunit": "~4.3",
"phpunit/phpunit-mock-objects": "~2.3",
"squizlabs/php_codesniffer": "~2.1",
"symfony/process": "~2.5"
},
"suggest": {
"colinmollenhour/modman": "*",
"theseer/autoload": "~1.14"
},
"time": "2022-04-20T19:23:22+00:00",
"bin": [
"bin/magento-composer-installer.php"
],
"type": "composer-plugin",
"extra": {
"class": "MagentoHackathon\\Composer\\Magento\\Plugin"
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"MagentoHackathon\\Composer": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Daniel Fahlke aka Flyingmana",
"email": "flyingmana@googlemail.com"
},
{
"name": "Jörg Weller",
"email": "weller@flagbit.de"
},
{
"name": "Karl Spies",
"email": "karl.spies@gmx.net"
},
{
"name": "Tobias Vogt",
"email": "tobi@webguys.de"
},
{
"name": "David Fuhr",
"email": "fuhr@flagbit.de"
},
{
"name": "Vinai Kopp",
"email": "vinai@netzarbeiter.com"
}
],
"description": "Composer installer for Magento modules",
"homepage": "https://github.com/magento-hackathon/magento-composer-installer",
"keywords": [
"composer-installer",
"magento",
"openmage"
],
"support": {
"issues": "https://github.com/Cotya/magento-composer-installer/issues",
"source": "https://github.com/Cotya/magento-composer-installer/tree/4.0.2"
},
"funding": [
{
"url": "https://github.com/sponsors/Flyingmana",
"type": "github"
},
{
"url": "https://www.patreon.com/Flyingmana",
"type": "patreon"
}
],
"install-path": "../magento-hackathon/magento-composer-installer"
}, Is this it? I'd appreciate any help as I am quite clueless. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Ref
magento-lts/app/code/core/Mage/Core/Model/Session/Abstract/Varien.php
Lines 70 to 74 in 94f08e1
Line 72:
Mage::getSingleton('cm_redissession/session')
isfalse
. This is becauseCm_RedisSession
module was removed in PR #2411.Trace:
Preconditions (*)
In local.xml
The text was updated successfully, but these errors were encountered: