Storing SSL sessions in Android -


im pretty new ssl, in making ssl request, how prevent "handshake" happening each time call https url in android. possible store ssl session?

how making requests? seeing separate handshakes every new request particular host , how frequently?

i think underlying security libraries on android, sun's jsse, automatically cache tls session id when you're working particular host.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -