String username=(String)session.getAttribute("username");
if(username!=null)
{
out.println(username+" loged out, Back");
session.removeAttribute("username");
}
else
{
out.println("You are already not login Back");
}
Build Your Own Test Framework
-
[image: Build Your Own Test Framework]
Learn to write better automated tests that will dramatically increase your
productivity and have fun while doing so...
1 hour ago
No comments:
Post a Comment
I'm certainly not an expert, but I'll try my hardest to explain what I do know and research what I don't know.