[TYPO3-mvc] Session doesn't save
Dimanche Eat
dimanche at web-essentials.asia
Wed Jun 13 10:15:23 CEST 2012
Yes, of course! I just entered the sample value. Actually, it is correct
in the real implementation.
Don't concern about the code I am sure it is properly written because it
is working fine on my both development servers. Oh! I forgot to say that
I have this problem once I have been testing on a sub domain of my
client server since it works on the main domain. That's why I though it
probably causes by the sub domain configuration not properly or
something should be tricked. But I could not solve it for now.
Any more idea?
Kind regards,
Dimanche
> Hi,
>
> if this is your real code, then is there not a $ missing?
>
> private function generateSession($value) {
> $GLOBALS['TSFE']->fe_user->setKey('ses', 'param', $value);
> $GLOBALS['TSFE']->fe_user->storeSessionData();
> }
>
> value => $value
>
> Kind regards,
> Patrick
>
> On 12.06.2012 03:37, Dimanche Eat wrote:
>>> I guess these are not real snippets from your code;-)
>> Just the data is not real. :-)
>
>
>
More information about the TYPO3-project-typo3v4mvc
mailing list