【问题标题】:How to pass other data with j_security_check?如何使用 j_security_check 传递其他数据?
【发布时间】:2011-11-19 06:03:31
【问题描述】:

我使用 IBM Websphere Application Server 6.1,我的登录屏幕有如下控件:

  <form action="j_security_check" method="POST">

     User Name:      [ Admin         ] <<-- j_username
     Password:       [ *******       ] <<-- j_password
     Operation Date: [ 10/Nov/2011   ] <<---txtOperDate
              [Login] [Cancel]

   </form>

j_security_check认证后如何获取其他页面的操作日期值?

谢谢

【问题讨论】:

    标签: websphere-6.1 j-security-check


    【解决方案1】:

    最好在标头中将该参数与 Cookie 一起发送。比在 j_security_form 里面。

    谢谢
    J

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-05-02
      • 2020-02-02
      • 1970-01-01
      • 2014-06-04
      • 2011-12-21
      • 1970-01-01
      相关资源
      最近更新 更多