firefox - How to use HTTP/2 connection instead of session cookies? -


is possible use http/2 connection (tcp session) session tracking, instead of session cookies (this when cookies disabled)?

http/2 published 2015-05-14 (rfc 7540)

http/2 enabled default in ff 2015-01-13 (v35).

list of http/2-server implementations (http2-katana, etc)

http/2 connections long lived, not persistent; h2 connection can go away , die @ time. , internet, tcp connections can torn down no apparent reasons :-). if requirements http session handling can deal that, yeah, can use (one) h2 connection session "cookie". unreliable , unpredictable @ best.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -