suppose i open my yahoo mail.then copy the url. then sign
out & close browser.then open browser paste that url on the
browser.will i get my mail opened or not? i know it ill
not.but how it work.how i create like this type of secure site?
Answer Posted / vijay arasan. thamil
You can call method session.invalidate() when log out
action have done.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Name three subclasses of the component class?
Where can I ask questions and make suggestions about seam?
What is prototype?
What is the difference between session and entity beans?
What is mdb and what is the special feature of that?
What is the purpose of the notify() method?
Name the class that is used to bind the server object with RMI Registry?
What are callback interfaces?
Why are component architectures useful?
When is the best time to validate input?
What is a class loader? What are the different class loaders used by jvm?
Is “abc” a primitive value?
What is the difference between a menuitem and a checkboxmenuitem?
Write a singleton program?