Hi again I need help
I
have apache http 2.2 server that forward request to jboss web server (version
4.2)
I
configure my http server to forward request when user login to secure page (https)
When
the user login I save the user information in my session (not in a cookie!!!)
After
the user success login I forward the request to non-secure page (http)
But
when I try to get the user information from the session I found that my
session was lost between the pages
(https to http)
How
can I solved this ?
I
can't save any information about the client in the browser because secure
issue
My web site base on java
Thanks
Yaniv