I have created my own CookieUserSSO class so that the users of my site can directly logon to Jforum. The URLs look like these:
http://localhost/myapp (My app)
http://localhost/jforum (JForum)
This is working fine, when I login first to myapp then then go to Jforum.
But when I close the browser, open a new one and directly type the
http://localhost/jforum URL without login to myapp, I was expecting that myapp login URL will come. But it is still going to the forum list page, but getting some errors (since I am using some session variables). I have set the sso.redirect to
http://localhost/myapp but it is not working. Please help me out.
Regards,
Satish.
[originally posted on jforum.net by nosaku]