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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

c++ - Convert big endian to little endian when reading from a binary file -

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