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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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