Session problems with ajax
843842Jun 1 2008 — edited Jun 19 2008Hi!!
I�m having problems with the Session.
I put info on session, on a Servlet. I do a System.out.println to see If session have my data and it have this.
But when I try to access to this info with an Ajax call I can�t access to it. When I do an ajax call to a servlet
the session doesn�t exist. Why?? Maybe J2EE think thats it�s another client????
How can I acceded to the session with data. How can I identified the session??????