Skip to content

Commit

Permalink
Update Web Storage APIs - reference section to named links
Browse files Browse the repository at this point in the history
As per suggestions on pull request
  • Loading branch information
aussieklutz authored Jun 2, 2019
1 parent 624a19f commit 52b456c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cheatsheets/Session_Management_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ Due to the potential to access Web Storage APIs via an XSS attack, session ident

## References

- https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API
- https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
- https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage
- https://html.spec.whatwg.org/multipage/webstorage.html#webstorage
- [Web Storage APIs](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API)
- [LocalStorage API](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
- [SessionStorage API](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)
- [WHATWG Web Storage Spec](https://html.spec.whatwg.org/multipage/webstorage.html#webstorage)

# Session ID Life Cycle

Expand Down

0 comments on commit 52b456c

Please sign in to comment.