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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -