Hi
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 to my login page to secure https
When
the user login I save the user information in my session
After
the user 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
How
can I solved this?
Thanks
Yaniv