Podnapisi-NET / flask-phpbb3

Connector for Flask with phpBB3
Other
1 stars 1 forks source link

Replace session sharing to use phpbb3 only for authentication #8

Open MasterMind2k opened 5 years ago

MasterMind2k commented 5 years ago

Sharing sessions from two separate systems is not a good idea.

We need to refactor the whole session layer, it should not be shared.

Scope: