WebSphere的j_security_check的Form方式登陆后,怎么取得用户ID?急等。。。
应用程序使用webshpere和LDAP的登陆认证登陆,登陆后我想取得登陆用户的ID,请问怎么取呢?登陆文件大致是:<form method="POST" action="j_security_check">
<input type=text name="j_username">
<input type=password name="j_password">
<input type=submit name="login" value="login">
</form> --------------------编程问答-------------------- 可不可以做一个转发的action,然后在这个转发的action之中将j_username信息保存下来,然后再forward或redirect到j_security_check --------------------编程问答-------------------- 安全保护url逻辑中,通过request.getRemoteUser()或request.getPrincipal()来取用户 --------------------编程问答--------------------
补充:企业软件 , WebSphere