[TYPO3-core] FAL: connecting non-hierarchical file database with metadata in TYPO3 db

Steffen Müller typo3 at t3node.com
Thu Sep 4 12:15:23 CEST 2014


Hi.

On 04.09.2014 10:57 Helmut Hummel wrote:
> You still need a user record in db to make it work with sessions, or do
> I miss something here?

We once created a very basic solution, which did not requires storing
data in the session. Therefore we replaced fe_session with a custom
session cookie:

https://github.com/gebruederheitz/gh_onetimesession/blob/master/Classes/Authentication/OnetimeAuthentication.php
https://github.com/gebruederheitz/gh_onetimesession/blob/master/Classes/Session/OnetimeSession.php

In this extension, you get a valid TSFE->user once the session was
started. The visitor can access content/pages which are limited to
certain fe_groups or logged in users.

We never tried to use fe_session. That was out of scope. If there is a
way to use that, I would be happy to read about it.

-- 
cheers,
Steffen

Active Contributor TYPO3 CMS

Personal Blog: http://www.t3node.com/
Twitter: @stmllr - https://twitter.com/stmllr
GitHub: https://github.com/stmllr


More information about the TYPO3-team-core mailing list