Hi everybody, I'm a little bit confused about session tracking without using cookies. When cookies are turned of, either in browser or in container, the sessionId must be encoded in the URL. I know Tomcat does this for me automaticly. But what to do if the container does not do this for me, like OC4J? Do I have to do the URL rewriting (encodeURL()) myself in a servlet filter or something? Or can JSF (myFaces) do this for me?
Thanks for any help. Regards Helmut

