----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
I am using a linux server running apache & jserv, and have a servlet that
needs to track a users session
This is being done successfully by using cookies.
Hovewer at one point the user needs to post data from a page using https.
ie:
The user goes through a series of http servlet generated pages.
The user posts some data from the last of these pages to a servlet via
https.
Both http and https point to the same servlet directory, and when the https
is tested on its own
it completes the required operation successfully.
The problem is that :
a) the https call creates a new cookie - ie effectively a new session
b) enumerating through the ids in the context of that new session
(session.getSessionContext().getIds())
shows that it does not contain the session id from the original batch of
http servlet calls.
Is there some way of getting the original http session object, after an
https call (given the initial session id is known) ?
If not is there any way to configure jserv such that http and https point to
the same runtime environment,
such that all sessions are accessible ?
regards,
James Lynn
> Email: [EMAIL PROTECTED]
>
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]