Why does my session id (JSESSIONID) change while switching from https to http? java jsf
- by Nitesh Panchal
Hello,
I have a page that uses https and when i do a redirect from the bean that uses that https page to some http page. Then my session id changes. How can i stop this from happening? Please help me. Thanks in advance :)