tematres / TemaTres-Vocabulary-Server

Web application for management formal representations of knowledge, like controlled vocabularies, taxonomies, thesauri and glossaries
https://vocabularyserver.com
118 stars 52 forks source link

Feature request - Shared sessions #53

Open T1loc opened 4 years ago

T1loc commented 4 years ago

Hello,

Is it possible for you to add shared sessions. I mean -> store sessions in mysql, memcached or something else.

I can see a driver support for ado (at least for the mysql part) http://adodb.org/dokuwiki/doku.php?id=v5:session:session_index

tematres commented 4 years ago

This is to enable to reuse sessions between different instances of tematres?

T1loc commented 4 years ago

It's to use multiple web server with one database. EG: https://www.nginx.com/wp-content/uploads/2016/06/Webinar-GCP-Slide-36-App-Architecture.png

The goal is to be authenticated on all. Like that if one of them is overload, the user will be redirected to an another one and still be authenticated.