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
Difference between DurableSubscription and non- DurableSubscription?
How substring() method of string class create memory leaks?
What is the difference between ear, jar and war file?
Describe responsibilities of Activator?
which type of objects reference will be given to client?
Why is string immutable in java?
What is the difference between the font and fontmetrics classes?
How messaging services are done, before release of JMS?
What is the purpose of the wait() method?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What are the different methods of identifying an object?
Can I map more than one table in a cmp?
What restrictions are placed on the values of each case of a switch statement?
What are externizable interface?
What is permgen or permanent generation?