Re: RunData Obect & Sessions

2002-05-22 Thread David G. Powers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 22 May 2002 08:52 am, Anthony Smith wrote: > 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 l

RunData Obect & Sessions

2002-05-22 Thread Anthony Smith
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 ses