Project

General

Profile

Actions

Feature #65099

closed

Check if session-handling is working

Added by Bernd Wilke about 9 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2015-02-16
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #14986: Check if session_support is enabled in PHPClosedMichael Stucki2005-09-21

Actions
Actions #1

Updated by Benni Mack about 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?

Actions #2

Updated by Bernd Wilke about 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.

Actions #3

Updated by Christian Kuhn over 2 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.

Actions

Also available in: Atom PDF