cookies and sessions
play

Cookies and Sessions Thierry Security assumptions You have - PowerPoint PPT Presentation

Cookies and Sessions Thierry Security assumptions You have absolutely no control on the client Client Side Server Side Web Server Database Web Browser Cookies The big picture key/value pairs data Client Side Server Side HTTP request


  1. Cookies and Sessions Thierry

  2. Security assumptions You have absolutely no control on the client Client Side Server Side Web Server Database Web Browser

  3. Cookies

  4. The big picture key/value pairs data Client Side Server Side HTTP request HTTP response HTTP request HTTP response Web Browser Web Server

  5. Cookies Cookies are key/value pairs sent back and forth between the browser and the server in HTTP request and response

  6. Anatomy of a Cookie • Text data (Up to 4kb) • May (or may not) have an expiration date • Can be manipulated from the client and the server

  7. Manipulating cookies A cookie can be modified (without any cookie flag set) • on the server side express middleware : cookie • on the client side javascript : Document.cookie

  8. What cookies are useful for? • Shopping cart • Browsing preferences • User authentication • Tracking and advertisement

  9. Sessions

  10. The big picture session id Client Side Server Side HTTP request HTTP response HTTP request HTTP response Web Browser Web Server key/value pairs data

  11. The concept of session • There is a session id (aka token) between the browser and the web application • This session id should be unique and unforgeable (usually a long random number or a hash) • This session id is bind to key/value pairs data

  12. Where sessions values are stored • Session ID is stored in a cookie • Session key/value pairs are stored on the server

  13. Hacking sessions The user can create, modify, delete the session ID in the cookie But cannot access the key/value pairs stored on the server

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend