Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session ID tightly coupled with the framework #19

Open
kunalyadavdfe opened this issue Dec 14, 2016 · 2 comments
Open

Session ID tightly coupled with the framework #19

kunalyadavdfe opened this issue Dec 14, 2016 · 2 comments

Comments

@kunalyadavdfe
Copy link

Environment - Flexibility: session ID tightly coupled with the framework. De-coupling would make the Framework more extensible.
Session ID storage – This was found to be in a configuration file rather than using industry standards making the framework less extensible. Changes to this will have to be done by us for our needs but such tight coupling should again be avoided where possible

@iantasker
Copy link

@rafidzal Do you have any current plans to move the session ID from the settings file to a DB field?

@rafidzal
Copy link
Contributor

rafidzal commented Dec 22, 2016

By default, the SIF Framework provides a simple implementation for the management of session IDs through the ISessionService interface. The current implementation uses the configuration file purely for the sake of convenience and to simplify the provided demo projects. It is expected that for an enterprise-level solution, developers implement their own session service and update the SessionsManager class (until such time as a DI framework can be incorporated). The documentation will be enhanced to better explain how this can be achieved.

joerghuber added a commit that referenced this issue Mar 6, 2018
Implement Consumer SIF Events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants