final refresh before i will add this issue to Android bug
report....wait a sec....where is Android bug report????

On Dec 22, 6:37 am, Nickname <[email protected]> wrote:
> refreshing my RFH...
>
> Or, is it insufficiency or bug of Android??!
>
> On Dec 20, 9:15 am, Nickname <[email protected]> wrote:
>
> > Hi folks.
>
> > Did anyone ever suceeded in setting timeout period of client SSL
> > connection???
>
> > I am using the following snippet to initiate a SSL/TLS client
> > connection, but found that the timeout is static at 190 seconds which
> > is tooooooo.. LONG!!!
>
> > SSLContext sctx=SSLContext.getInstance("TLS");
> > sctx.init(null,trustManagers,new SecureRandom());
> > sctx.getClientSessionContext().setSessionTimeout(8);
> > (SSLSocket)sctx.getSocketFactory().createSocket(
> >     sa.getAddress(),4000);
>
> > Anyone knows how-to, please shed some light.
>
> > THANKS! THANKS!! THANKS!!!
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to