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


Please Help Members By Posting Answers For Below Questions

What are the different methods of identifying an object?

563


Why a component architecture for the java platform?

566


What is a modular application?

579


What is the infobus?

607


What is clustering? What are the different algorithms used for clustering?

570






What is a tasks priority and how is it used in scheduling?

541


What is local interface. How values will be passed?

542


Are enterprise beans allowed to use thread.sleep()?

640


What is the purpose of the wait(), notify(), and notifyall() methods?

563


How database connectivity in XML is achieved?

1763


Difference between loadclass and class.forname?

590


What happens when a thread cannot acquire a lock on an object?

531


What is the RMI and Socket?

619


What does module-relative mean?

569


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!

1358