1. Read a secure session cookie in java stackoverflow.comI have a secure session cookie set. I know it's there since I'm seeing it on the chrome developer tools console and on firebug in FF. When I try to read it ... |
2. Java 1.6 JSSE default SSL session timeout? stackoverflow.comWhat is the default SSL session timeout used by Java 1.6 JSSE? SSLSessionContext has methods for getting and setting it, but neither it or the JSSE Reference Guide ... |
3. Jetty secure session cookies when behind reverse proxy using HTTP stackoverflow.comI am using a reverse proxy (Apache) in front of Jetty 6. Users connect to Apache with SSL, and Apache forwards some of the requests to Jetty over plain HTTP. I ... |
4. Restlet 2.0.8 with the Jetty connecter doesn't resume SSL sessions, while the Simple connecter does stackoverflow.comDoes anyone know why this is, or how to fix it? I'm using an android to connect via httpclient - the Simple connector resumes the connection just fine, but Jetty performs a ... |
5. SSL session resumption in JBoss stackoverflow.comI'm trying to add SSL session resumption to my project. Is there some settings in Jboss 6 that I have to turn on? |
6. creating of different SSL session for each thread jmeter.512774.n5.nabble.com |
7. Different SSL session for each thread? jmeter.512774.n5.nabble.comHi, Can JMeter create a different SSL session for each thread ("user") where it does a new handshake with the listener when it starts each thread's session? We are using the SSLManager with a client certificate and we need to stress test our SSL web listener (PKI) itself. When manually using a browser, each browser has a separate handshake creating ... |
8. SSL session coderanch.com |
9. How to mark container generated session cookie as secure without turning on SSL? coderanch.comMy application is hosted by container behind a firewall, firewall is enforcing SSL but container is not aware of it. Security scan for application pointed that session cookies that are exchanged between client and server are not marked as secure. Can I mark cookies as secure with making any changes on container? I have tried following options - 1. Implemented a ... |
10. How to mark container generated session cookie as secure without turning on SSL? coderanch.comMy application is hosted by container behind a firewall, firewall is enforcing SSL but container is not aware of it. Security scan for application pointed that session cookies that are exchanged between client and server are not marked as secure. Can I marked cookies as secure with making any changes on container? I have tried following options - 1. Implemented a ... |