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 / zorro
When u log out cookies are updated with logout info.
So I second sandhya's Answer
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the immediate superclass of the applet class?
whats is statement and procedure
What are the steps to write p-to-p model application?
What event results from the clicking of a button?
What do you mean by Socket Programming?
Can constructors be synchronized in java?
What is permgen or permanent generation?
how i secure my site with the https protocol.what are the steps?
Explain about local interfaces.
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
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!
What are various types of class loaders used by jvm?
What is the difference between the session.update() method and the session.lock() method?
What are the purpose of introspection?
What is a session? Can you share a session object between different theads?