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
What class is used to create Server side object ?
What are the sequence of steps to write pub or sub model kind of application?
Can we sent objects using Sockets?
Explain the steps in details to load the server object dynamically?
What is metaspace?
Name three component subclasses that support painting?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Explain ioc concept?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What modifiers may be used with an inner class that is a member of an outer class?
Describe, in general, how java's garbage collector works?
What is aop(assepct oriented programing)?
What is the difference between RMI registry and OS Agent?
What is TL and its use?
Can constructors be synchronized in java?