Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

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 Blogs FAQ Tag Cloud Calendar Mark Forums Read

Web Servers Discuss Web Servers related Issues and Problems

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-29-2006
Expert Member
 
Join Date: Apr 2006
Location: India, Hyderabad
Posts: 133
Thanks: 21
Thanked 48 Times in 18 Posts
bvani will become famous soon enough
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: 133
Thanks: 21
Thanked 48 Times in 18 Posts
bvani will become famous soon enough
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 9 Times in 8 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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT -4. The time now is 05:11 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved