Howdy, >all pages i do a checkAuthetication .. how do i check if the session is >active or not ? .. so that i can detect that and redirect them to the
Hmm... I would do this using attributes. All attributes are unbound when the session is invalidated. So add an attribute to the session when you authenticate people, and check for that attribute in your pages. If it's not present, redirect them to the authentication page. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
