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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -