Read a cookie

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shane McBride

    Read a cookie

    I have a website I go to all the time for a particular chat client. I
    am trying to develop a standalone client using a windows development
    tool. I have the browser integrated and know the name of the cookie
    the website uses.

    What I want to do is read some of the variables from the cookie on my
    local machine and use the variables in a URL String. I know that I
    will need to run this script on my server and not thiers.

    Can anyone point me to a good tutorial for reading the cookie in?

    Thanks!
    Shane
  • stephan beal

    #2
    Re: Read a cookie

    Shane McBride wrote:
    [color=blue]
    > I have a website I go to all the time for a particular chat client. I
    > am trying to develop a standalone client using a windows development
    > tool. I have the browser integrated and know the name of the cookie
    > the website uses.
    >
    > What I want to do is read some of the variables from the cookie on my
    > local machine and use the variables in a URL String. I know that I
    > will need to run this script on my server and not thiers.
    >
    > Can anyone point me to a good tutorial for reading the cookie in?[/color]

    RTFM:
    Search the table of contents for Cookies and you'll go right to it.



    --
    ----- stephan beal
    Registered Linux User #71917 http://counter.li.org
    I speak for myself, not my employer. Contents may
    be hot. Slippery when wet. Reading disclaimers makes
    you go blind. Writing them is worse. You have been Warned.

    Comment

    Working...