when doing login in my login form which is based on j_security_check all ok. in that case I see that the path in JSESSIONID cookie has a value from the URL. but when a nother login page construct dynamic form (it is doing submit to the first login page with /j_security_check at the end of the url) to do the login it fails and I see JSESSIONID cookie has an empty value in the path.
when doing login/logout to the first page so the JSESSIONID still exist the login using the second login page works fine.
so I thought maybe possible to modify something in the j_security_check process to ok the empty path.
thanks.