Hi transam, you can make an ajax request from your jsp app, after the login succeeds, to a php custom page. On that page you'll set some php session var with the login credetials and then you'll redirect the user to the edit.php page. I'm considering that jsp and php pages are in the same domain. In jquery 1.5 was added the "crossDomain" boolean property to get around this limitation.