Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. client post request with username password
  2. server generates a random 128 bits session id, saves it into memory and responds with a html page containing the session id
  3. client keeps the session id and send it with each request
  4. server checks all requests for a session id before writing a html response
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement