In JLoginUser if I add some stuff to a session do I have to add it using the
RunData object?


I am setting some stuff in a session and I used:
data.getSession().setAttribute(current_username, "username");

and it workd but I send it back to the login page do a new submit and hence
I loose the sessions variables I created, how can I keep them.

Basically I am doing something where after 3 bad login attempts for a user
they are disabled, and they are returned back to the login page telling them
that, but each time I return to the login page after less than 3 login
attempts the counter for number of bad login attempts gets lost.


Help


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to