OpenConext / Stepup-tiqr

tiqr IdP for step-up authentication
Apache License 2.0
3 stars 2 forks source link

Use system session-handler by default #52

Closed tvdijen closed 6 years ago

tvdijen commented 6 years ago

Setting this to session.handler.native_file by default will fail on systems that have set something other than 'files' as session.save_handler in php.ini. Using the system default should always work.

This is in line with the other OC/stepup components

MKodde commented 6 years ago

We followed the Symfony 'standard edition' settings for the setup of Stepup-tiqr

See the difference between the 2.8 session section and the 3.4 counterpart.

I don't think it can hurt to merge your PR, especially if it helps users with different session save handlers.

MKodde commented 6 years ago

Merged! Thanks once again @tvdijen