Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 289 Bytes

dependency-injection-dependency-handling.md

File metadata and controls

3 lines (2 loc) · 289 Bytes

Dependency Injection & Dependency Handling

  • Within the Core domain, it is not allowed to access the PHP session. There is only one PHP session if it is a storefront request. The appropriate implementation and consideration of session data must be handled in the storefront domain.