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
Post a Comment