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?

Answers were Sorted based on User's Feedback



suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser..

Answer / sandya

By using sessions you can maintain like that.
whenever you signin into yahoo website, then the session
will create one id for ur username and password(if these
two are valid). and this id will reemain ur state till you
signed out from the site.
whenever you signed out from your yahoomail, the session
will expire.
so if u copy the url and paste it any other browser means
it wont work, because the session is already expired.

Is This Answer Correct ?    11 Yes 1 No

suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser..

Answer / vijay arasan. thamil

You can call method session.invalidate() when log out
action have done.

Is This Answer Correct ?    6 Yes 0 No

suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser..

Answer / nisha

This can be protected by making sessions.Session is a
period from login to logout period. while loging out you
can clear the session variables and after closing the
window , if you will paste the url then the old session
will not remain.

Is This Answer Correct ?    4 Yes 0 No

suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser..

Answer / 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

suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser..

Answer / vijayarasan.thamil

You can also use your own login in session listener.

Is This Answer Correct ?    1 Yes 0 No

suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser..

Answer / rajesh

It depends how the developer is maintaining the sessions.

Cokkies may lead to reopen the yahoon page again with you
login.

Please someone clarify on this more.

Is This Answer Correct ?    1 Yes 1 No

suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser..

Answer / 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

More Advanced Java Interview Questions

Why threads will block on I/O?

2 Answers  


What are the services in RMI ?

0 Answers  


What are the steps involved in developing an RMI object?

1 Answers  


What are preemptive scheduling and time slicing and what is the difference between them?

1 Answers  


What is difference RMI registry and OSAgent?

1 Answers  






What are synchronized methods and synchronized statements?

2 Answers   Adobe,


Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...

2 Answers   NSN,


What is a task?s priority?

1 Answers  


What is UniCastRemoteObject and what is its use in RMI?

6 Answers  


What is the name of the state, when a thread is executing?

4 Answers  


How many layers are there in RMI and what are they?

1 Answers  


iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation

3 Answers   iGate,


Categories