I have this big issue. My current session is gone every time I made a new request to Server.
I have checked in a lot of places. I can\'t find what\'s the problem. I
Please verify if the session is not being invalidated in your code someplace. Look for code similar to request.getSession().invalidate();
request.getSession().invalidate();