1. How to force Jetty to ask for credentials after invalidating the session? stackoverflow.comI'm using jetty 6.1.22 with BASIC authentication as my login mechanism. The first time I log into the web app, the browser requests the username and password. If it try to ... |
2. Jetty 7 will not allow me to customize a session cookie path stackoverflow.comUsing Jetty 7.0.2, I am unable to set a custom session cookie path. I am hosting multiple sites on the same server using apache to proxy requests to the proper context. ... |
3. share session between two applications in jetty stackoverflow.comHow to share session between two applications in jetty? |
4. Session optimization in Jetty + Wicket stackoverflow.comIs there a way to swap sessions onto disk with jetty if they are idle for n.n. minutes? It is under investigation, but we suspect that we have many idle users logged ... |
5. Jetty session id stackoverflow.comI try to use Jetty with Apache HTTP Server as a front server, using mod_proxy. The format of jetty generated session should be: <sessionID>.<worker name>. But my Jetty 7.3.1 generate sessions like this ... |
6. How to persist sessions with Jetty 7 and jetty-maven-plugin? stackoverflow.comI'd like to configure Jetty to persist sessions on disk, so that restarting Jetty would not lose the sessions, but by reading the documentation I haven't yet got it working. I'm ... |
7. Jetty 8 WebSocket and Session timeout stackoverflow.comIm new in jetty and i try do develop a little application that uses different servlets. One of this servlets is a WebSocketServlet. Now im trying to build an authentication mechanism ... |
8. felix exthttpservice set session path for cookies stackoverflow.comI have a webapplication that I am running in Felix osgi container. I am using jetty as the implementation for the extHttpService. Currently it is writing the cookies to ... |
9. BlazeDS: Duplicate session detected when accessing 2 instances of application in a single browser stackoverflow.comThis subject has been brought up a few times before here, and while I've tried some of the suggested workarounds nothing has worked yet so I thought I'd pose the question ... |