Hi Georg and list in general,<br>
<br>
Thanks for suggesting this patch for login, but unfortunately the
change wasn't successful. I'll keep trying to solve it and then give
more details of what I find. What amazes me is without the change you
suggest and others that may come it works correctly with several other
servers. Thanks anyway. Greetings,<br><br><div><span class="gmail_quote">On 8/10/06, <b class="gmail_sendername">Georg Raffer</b> <<a href="mailto:georg.nc@gmail.com">georg.nc@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
* Cms login does not work correctly. This can be fixed:<br>     in class: org.opencms.main.OpenCmsCore<br>     change method:<br><br>private CmsObject initCmsObject(HttpServletRequest req, HttpServletResponse res) throws IOException, CmsException{
<br><br>        HttpSession session = req.getSession(false);<br><br>     to<br><br>         HttpSession session = req.getSession(true);<br><br><br><br>hope that helps.<br>ciao, Georg<br><br></blockquote></div><br>