Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 270 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 270 Bytes

Sessions

  • Stateless Web

  • eCommerce...

  • Enter the session

What should go in them?

  • primitive data (strings, integers), not objects

  • keep it minimal

When to use them?

  • Use them to store data that needs to be persisted across requests (cart_id, user_id)