At 11:52 AM 5/6/99 -0700, you wrote:
>> Object done = session.getValue("login.isDone");
>>
>> if ( done == null ) {
>
>!=
>
No, done is null if the session did not contain an object
named "login.isDone", in which case the target is stored
and the request redirected. Your solution would have
"secret stuff" printed only if they had *not* already logged
in.
---
Michael Stacey
Lexi-Comp, Inc.
1100 Terex Road
Hudson OH 44236
(330) 650-6506
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]