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 / 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 |
Post New Answer View All Answers
Should synchronization primitives be used on bean methods?
Difference between DurableSubscription and non- DurableSubscription?
What is the difference between session and entity beans?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What is metaspace?
Why use POJO when I can use hashmap
What is in-memory replication?
How substring() method of string class create memory leaks?
What is ripple effect?
what is the use of State Factories?
Which textcomponent method is used to set a textcomponent to the read-only state?
What’s jboss jbpm?
How can I scroll through list of pages like the search results in google?
What is TL and its use?
What is the difference between the session.update() method and the session.lock() method?