Posted By:
Switch_Revled
Posted On:
Sunday, January 5, 2003 05:54 AM
I want to use a security ID on my page
i want the jsp to check out if a member is alowed or
dialowed.
This was my thought
<% if ( session.getValue(""niveau"") == B); { %>
B stand for security level that is disalowed
But B isn't loaded with a string
and will not verify if the user is alowed.