Hi, I would like to modify the SSL session resumption behavior implemented in default JSSE that comes with Android. Default behavior is to reuse SSL session based on hostname + port pair. In Android source code, it's in ClientSessionContext.java class in org.apache.harmony.xnet.provider.jsse package.
I would like to base it on hostname only. Any suggestion ? Is it possible to override this class ? Thanks for your help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

