Skip to content

Instantly share code, notes, and snippets.

View VictoriaVasys's full-sized avatar

Victoria Vasys VictoriaVasys

View GitHub Profile
@VictoriaVasys
VictoriaVasys / sessions.md
Last active April 3, 2017 17:43 — forked from case-eee/sessions.md
Sessions, Cookies, and Flashes

Sessions, Cookies, and Flashes

  1. If we didn't have cookies and sessions, what would happen?
    There would be no data transfer/memory between each click of the page; victim of statelessness
  2. What is a cookie?
    object that you can access like a hash; store non-secure things in browser; expire
  3. What's the difference between a cookie and a session?
    session's data is serialized; more secure; expires at end of browser session. (session is maintained browser side, cookie = server-side)
  4. What's serialization and how does it come into play with sessions?
    Change format of storage; can't just read or edit- gives security
@VictoriaVasys
VictoriaVasys / podcast_2.md
Last active April 10, 2017 23:40
Format for 2nd podcast episode!

Opening:

Ideas for opening catch-phraseish thing

  • Comin atcya perpetually live! The turing podcast!
  • V : I'm your co-host, Victoria Vasys, a module-2 back-end engineering student
  • T : and I'm your co-host, Travis Gregory, a mod-2 front-end engineering student

"Newsletter": Project goings-on

  • Everyone is getting their final projects assigned this week!!

Interview: SomebodY!