-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Libraries should generally be careful to limit chances of naming conflicts with applications using the library and other libraries used by the application. As session data keys are only session-scoped, such naming conflicts may arise. Therefore, using a library specific namespace prefix in session keys is probably a good habit. I.e. something like projectname.key (which is the way I do it in the oauth project).
Metadata
Metadata
Assignees
Labels
No labels