| Forums.Sureshkumar.net : A Perfect Place to Share Knowledge Blogs Games Magazines |
|
|
#2 (permalink) |
|
Member
Join Date: Mar 2008
Posts: 32
Thanks: 0 Thanked 0 Times in 0 Posts Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 1
|
Re: wat is chache,ipaddress& cookies??
Hi,
It is not chache.It is cache. cache: ------ when a webclient is connecting with webserver,webclient will request and webserver will respond fro that request.If client is requesting for the same set of values from server repeatedly,unnecessarily some repeated datas would be travelling between client and server.So this might affect the performance.For the repeated datas will be maintained in the cache. The cache is nothing but a buffer(temporary storage area).The repeated datas will be maintained there for some time.There is an option of disabing that option by requesting the server by setting "no-cache". IPAddress --------- This is nothing but an address of a system connected in the network. Cookies: -------- This is small value which is stored in the client machine for making it to be identified by the webserver. Since Http is a stateless protocol,It cannot maintain the state of the client.So cookie is used for maintaing the state of the client. This technique is used in shopping cart applications. But cookies can be prevented by client.In that case some other session maintaining techniques will be used such as urlrewriting,session API, and hidden fields. Thanks.Comments are welcome Regards. R.P.Karunakaran. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to test website cookies? Test cases for testing cookies | shindevijaykr | Testing Tools & QA | 5 | 21-03-08 02:29 PM |
| what is the process of corrupting cookies in mozilla,where cookies are stored in mozilla. | surendra1111 | Testing Tools & QA | 3 | 24-10-07 07:12 PM |
| J2EE - What is meant by cookies? Explain. | preethisingh | Java Interview / Technical Questions | 2 | 16-02-07 06:05 PM |
| Asp - advantages of Cookies over Session Object | preethisingh | vb / asp.net Interview / Technical Questions | 0 | 24-01-07 03:48 PM |
| cookies | keerthi_m | VB / ASP.NET Technologies | 0 | 09-10-06 10:25 AM |