What is relation of JSESSIONID and HttpSession?

2008-01-30 Thread legolas
Hi Thank you for reading my post Can some one clear my doubt about this subject? - We can add some attribute to HttpSession in our servlet and then retrieve it when we need them from the session. This information are kept in the server. If this statement is correct, How does each session is

Re: What is relation of JSESSIONID and HttpSession?

2008-01-30 Thread David Delbecq
Always use httpSession *and* url rewriting together. The container takes care to track session either using url either using cookies, depending on client configuration. Whatever case, your code is the same, just do url rewriting everywhere you output links. legolas a écrit : Hi Thank you for