I use container-managed form-based authentication to verify users in Struts(it works well). Now, I want to create a session and set user's name after users successfully log in:
First of all, in the context of container managed authentication, can I write:
Second, what is the proper place to insert the aforementioned codes? The container intercepts and takes care of the authentication when the LOGON button is clicked <html:link forward="logon">LOGON</html:link> and
and the action controller is in the scaffold folder:
where .article.Menu is a tile. [ October 17, 2003: Message edited by: JiaPei Jen ] [ October 17, 2003: Message edited by: JiaPei Jen ]