hi friends...i created sessions in my login page i can able
to create a session but after loging out again i can able
access the pages by its addresses. i think u may got problem
if possible post me small example for login with sessions
including database
Answer / xyz
invalidate the session in log out page
invalidate method is available in HttpSessiion.
| Is This Answer Correct ? | 7 Yes | 1 No |
What do you know about jsp tags?
What is difference between custom jsp tags and beans?
What are the two ways to include the result of another page?
What do you mean by jstl?
What is include directive in jsp?
What is directive jsp?
What is jsp in javascript?
What is jsp syntax?
Which tag is used to execute java source code in jsp?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
Explain the various scope values for tag.
Can constructor be used instead of init(), to initialize servlet?