View Single Post
  #7 (permalink)  
Old 08-03-2007, 11:08 PM
mutuah mutuah is offline
Member
 
Join Date: Jul 2007
Posts: 9
mutuah is on a distinguished road
Hi brianhks,
Am running my jsp pages on apache tomcat. The first page 'index.jsp' is the home page. I have set the web.xml for the page i need secured but seems the other pages too get secured contrary to my wish.

In the servlet, I have redirected by hard-coding the url page I need after the index page but I loose the session. How do I get the same session data in both HTTP and HTTPS?
Reply With Quote