Geeks Talk

Prepare for your Next Interview




Cookies

This is a discussion on Cookies within the Web Servers forums, part of the Web Development category; Hi! What are cookies? What's cache? and whats the difference between them?...


Go Back   Geeks Talk > Web Development > Web Servers

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-29-2006
Expert Member
 
Join Date: Apr 2006
Location: India, Hyderabad
Posts: 129
Thanks: 19
Thanked 40 Times in 17 Posts
bvani is on a distinguished road
Cookies

Hi!

What are cookies? What's cache? and whats the difference between them?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-31-2006
Junior Member
 
Join Date: Apr 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
amar_win is on a distinguished road
Re: Cookies

Cookies - a mechanism to store the state information since http is a find and forget protocol. So there is no way for the web server to know what you did in the last transaction(last navigation). To achieve this cookies are used cache: is a mechanisom used by browser to store pages, images and certain elements of web pages you visited on your hard drive. Next time, you access the page, your browser brings elements from your cache. In ie 6.0 its your temporary internet files. Ps: cache in microprocessors are different
Reply With Quote
  #3 (permalink)  
Old 08-02-2006
Expert Member
 
Join Date: Apr 2006
Location: India, Hyderabad
Posts: 129
Thanks: 19
Thanked 40 Times in 17 Posts
bvani is on a distinguished road
Re: Cookies

Thanks Amar,
can u explain where the cookies are located? on the server or on the clients machines? say if i browsing thru yahoo pages the cookies are generated on the yahoo server or on our local machines ?
Reply With Quote
  #4 (permalink)  
Old 01-05-2007
Expert Member
 
Join Date: Oct 2005
Location: india,cochi,bangalore
Posts: 395
Thanks: 2
Thanked 8 Times in 7 Posts
vmshenoy is on a distinguished road
Re: Cookies

cookies are created by server side application and are STORED on the client m/c on behalf of jsp.

for more information ,open ur browser , go to help and u can find a lot on cookies

bye
__________________
:)
NEVER SAY DIE.
Reply With Quote
  #5 (permalink)  
Old 04-04-2007
Contributing Member
 
Join Date: Apr 2007
Location: India
Posts: 61
Thanks: 2
Thanked 13 Times in 9 Posts
Haitalk is on a distinguished road
Re: Cookies

Cookies are small text files stored by server side application on client's system. Websites use cookies to pass information like browsing habits, customization details etc. between sessions. It is the only way to store data locally at client machine by web application/web sites. On Windows XP cookies are stored at c:\documents and settings\<user name>\cookies folder.

eg. If you customize yahoo.com front page, next time you will get the same page as you customized it as the information is stored in a cookie. If you try from another system, you wont get your customization.
__________________
Regards,
Anoop :)
If its useful, dont forget to [COLOR="Red"]THANK[/COLOR] me :cool:
Reply With Quote
Reply

  Geeks Talk > Web Development > Web Servers


Thread Tools
Display Modes



All times are GMT -4. The time now is 04:49 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved