Thread: Me want cookie

  1. #1
    Me want cookie! Monster's Avatar
    Join Date
    Dec 2001
    Posts
    680

    Me want cookie

    I have seached on the Internet but so far no results.
    I'm looking for the Cookie file format of MS Internet Explorer (6.0)

  2. #2
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    cookies are like .dat files... text... I'm not sure the extension, but you can just check in your temp. internet files... your logged on here, so you'll have a cookie in there from at least this site...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  3. #3
    Me want cookie! Monster's Avatar
    Join Date
    Dec 2001
    Posts
    680
    Yes I know. I have even created a cookie using a small VB test program. What I like to know is what are the fields in the cookie? What field separators are used. Take for example the cprogramming cookie:

    Code:
    bblastvisit                  = field
    1065703114                   = value
    cboard.cprogramming.com/     = domain
    0                            = security?
    3111846144                   = expiration date?
    29666611                     = expiration time?
    1039144944                   = creation date?
    29593186                     = creation time?
    *
    This must be documented somewhere.

  4. #4
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    I'm guessing it's '\n'

    also, try www.wotsit.org
    PHP and XML
    Let's talk about SAX

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. erase cookies cookie from webbrowser control
    By hanhao in forum C++ Programming
    Replies: 1
    Last Post: 07-23-2007, 01:28 PM
  2. change cookie - client side
    By ginoitalo in forum Tech Board
    Replies: 2
    Last Post: 03-09-2006, 04:31 PM
  3. cookie dough
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 05-01-2004, 04:48 PM
  4. C Web Application - Cookie Management
    By mrpickle in forum C Programming
    Replies: 0
    Last Post: 02-23-2004, 06:32 AM
  5. Problem with cookie
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 08-20-2002, 09:54 PM