Feature #65099
closedCheck if session-handling is working
0%
Description
just got the problem:
session-handling is available, but BE-Login was not possible. (install tool was running smoothly)
session handling was configured to use memcache, so there was no warning in the install-tool.
but so memcache was not installed BE-login always fails to generate session-data.
There should be a apropiate test in the install tool testing the server whether TYPO3 can run successful.
Updated by Benni Mack over 4 years ago
- Status changed from New to Needs Feedback
Can you let me know how this could be tested?
You mean that you used a memcached session handling?
Updated by Bernd Wilke over 4 years ago
don't know exactly any more (5 years ago).
there was a configuration to use memcached session handling, without any memcache available. so data (user login) was written against a non working API (without error message). And so the 'written' data could not be retrieved afterwards.
The test should be: write some session data and retrieve it afterwards (on the next request). if the data could not be read something is wrong (as no login would work) => error message.
Updated by Christian Kuhn about 3 years ago
- Status changed from Needs Feedback to Closed
Hey. I'm gonna close the issue for now since the author does not remember details anymore. In general, I'd expect an exception to bubble up in those cases. We reworked the session handling a bit meanwhile, too. Please create a fresh issue if trouble persists.