Aller au contenu principal

25 articles tagués avec « release »

Voir tous les tags

What's new in version 2 (part 4/4)

· 6 minutes de lecture
Loïc Poullain
Creator of FoalTS. Software engineer.

Banner

This article presents the improvements to the session system in FoalTS version 2.

The new syntax can be used either with cookies or with the Authorization header. It adds the following new features:

  • query all sessions of a given user
  • query all connected users
  • force logout of a specific user
  • flash sessions
  • session ID regeneration
  • anonymous and authenticated sessions

FoalTS also simplifies stateful CSRF protection so that all it takes is one setting to enable it.