Re: Make my Session Variable j_username Persist
Any reason you can't just use getRemoteUser() when you need the user name? Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Make my Session Variable j_username Persist
Hi All, I have a problem here. I have Signon.jsp page. In the Action of Form element of this page I am pointing to the InitServlet. This InitServlet uses the Request.getparamater(j_username) and puts this j_username into Session using session.setattribute. Now it is very must for me to make j_user