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은 동일한 key를 구분하는가? #2

Closed
hyerin6 opened this issue Jul 25, 2021 · 1 comment
Closed

어떻게 session은 동일한 key를 구분하는가? #2

hyerin6 opened this issue Jul 25, 2021 · 1 comment
Assignees
Projects

Comments

@hyerin6
Copy link
Owner

hyerin6 commented Jul 25, 2021

HttpSession.getAttribute("uid")

  • 사용자 A가 접속 "uid"를 key로 가져온다.
  • 사용자 B가 접속 "uid"를 key로 가져온다.

같은 key를 쓰는데 어떻게 A와 B를 구분하는가?

@hyerin6 hyerin6 created this issue from a note in TIL (To do) Jul 25, 2021
@hyerin6
Copy link
Owner Author

hyerin6 commented Jul 26, 2021

@hyerin6 hyerin6 moved this from To do to In progress in TIL Jul 26, 2021
@hyerin6 hyerin6 moved this from In progress to Done in TIL Jul 26, 2021
@hyerin6 hyerin6 closed this as completed Jul 26, 2021
@hyerin6 hyerin6 self-assigned this Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
TIL
Done
Development

No branches or pull requests

1 participant