Session Tracking using J2EE

后端 未结 3 781
醉话见心
醉话见心 2021-01-27 18:25

I\'m trying to implement session tracking on my website. Basically I want the users to be able to login in my website using their username and their password, pass throw my webs

3条回答
  •  情书的邮戳
    2021-01-27 18:56

    You can use a servlet to login to your application.

    But you need a filter to restrict access to secured pages.

    Every request must pass through that filter.

提交回复
热议问题