Project

General

Profile

Actions

Bug #58957

closed

Frontend User Session by POST ['recs']['ts']

Added by Teamgeist Medien almost 10 years ago. Updated over 6 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2014-05-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In TYPO3 6.1 it was no problem to write inside the frontend user session by having a form an posting the values to ['recs']['ts'] in a form like this:

<form method="POST">
    <input id="default" type="submit" value="A" name="recs[ts][size]">
    <input id="big" type="submit" value="big" name="recs[ts][size]">
    <input id="bigger" type="submit" value="bigger" name="recs[ts][size]">
</form>

Since TYPO3 6.2 this does no longer work as long as there is no FE user logged in. In this case, the form is for a font resize menue that should work for all users in the frontend even if they are not logged in.
I know that the FE cookie will no longer be set as the user is not logged in, but it should be set when a user is using the form even if he is not logged in, right?

The solutions from this issue does not solve the problem for me: http://forge.typo3.org/issues/57751


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #57751: Felogin session not setClosedMarkus Klein2014-04-08

Actions
Actions

Also available in: Atom PDF