This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Other Java Products and Servers and the fly likes Http, Https and sessions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "Http, Https and sessions" Watch "Http, Https and sessions" New topic
Author

Http, Https and sessions

Sean MacLean
author
Ranch Hand

Joined: Nov 07, 2000
Posts: 621
Here's a scenario that, hopefully, someone can shed some light one. We currently have a web application up an running using iPlanet 4.3. The client wants the login to use SSL (https). Ok, this is not a problem. However, the rest of the site is simply http. In setting up iPlanet to handle SSL, we found that the server instance can only listen to either the https or the http port! The probelm is, if they login using https, and we set the session variables (indicating that they have loggin, etc) and then redirect them to the rest of the site (http, which is a client stipulation so https for the whole site is not an option) then session is lost. Obviously, this is because we're moving from one server instance to another. We can hack a solution, but I'm wondering if this is an issue that others have encountered? Using weblogic for instance, allows the same server instance to listen to both ports and the sesson is retained. Any thoughts?
Sean
Chandra Velpula
Greenhorn

Joined: Sep 30, 2004
Posts: 1
Hi

Hope this might work out.
1.Using Iplnet as proxy by configuring iplanet using netscape plug in
2 makeing HTTPS between client and Iplanet
3.Then you can choose the option of http/https between iplanet and app server

check the url
http://e-docs.bea.com/wls/docs70/plugins/nsapi.html

cheers
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Http, Https and sessions
 
Similar Threads
Using HTTPS to access a servlet....
which protocol to use
Simulate HTTPS in Tomcat connector or Apache config?
getRemoteUser
question from mock test