ConsortiumGARR/idem-tutorials

idp.session.StorageService su database?

Closed this issue · 1 comments

Opinione di Scott Cantor

But you most definitely do NOT want to use a database for sessions. You should use client side sessions
unless you can provide a strong argument as to why you shouldn't. We provide the software defaulting to that for a reason.

Modificate le guide per usare il default, ovvero

idp.session.StorageService = shibboleth.ClientSessionStorageService

Vedi #4