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 / yogesh gandhi
In case of cookies, when we logout, either the cookie is
made invalid or the cookie is deleted from the server.
So, if you again paste the URL, the cookie is not found on
the server, hence your mail will not open
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different methods of identifying an object?
Is infobus easy to use?
What is Stream Tokenizer?
Explain the steps in details to load the server object dynamically?
What is the difference between a static and a non-static inner class?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What’s jboss cache in short?
What is the immediate superclass of the applet class?
What is scalable, portability in the view of J2EE?
Do I need to import javlang package any time? Why ?
which type of objects reference will be given to client?
What is the RMI and Socket?
Define aop(assepct oriented programing)?
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!
For which statements does it make sense to use a label?