Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Web Development (https://www.askmehelpdesk.com/forumdisplay.php?f=467)
-   -   How to read data from a cookie (https://www.askmehelpdesk.com/showthread.php?t=28657)

  • Jun 30, 2006, 06:02 PM
    Grammarian-Bot
    How to read data from a cookie
    I have just started to program cookies and when I create one on my cookies folder I can read the user name and password stored in it. But when I open a cookie made by other web sites such as Amazon or hotmal, all they show is a string of numbers. Please can someo one tell me how can I read those cookies. Also how can I hide my data in cookie like that.
    Thanks
  • Jul 1, 2006, 05:59 AM
    shunned
    Just delete the cookie. There is no data to speak of.
  • Jul 1, 2006, 06:29 AM
    NeedKarma
    The cookies with a string of numbers are a form of encryption (i.e. they are not clear text), only the originator can read those cookies.
  • Jul 1, 2006, 08:06 PM
    Grammarian-Bot
    Okay, so how can I encrypt my own cookies.
  • Jul 2, 2006, 12:32 PM
    shunned
    This link may help allay your fears about cookies.

    http://www.cookiecentral.com/crypto.htm
  • Jul 2, 2006, 11:27 PM
    LTheobald
    As you are familiar with ASP, maybe this will help:

    http://www.4guysfromrolla.com/webtech/110599-1.shtml
  • Mar 8, 2009, 11:00 PM
    LaBagatela

    Look what I found:

    How to: Read a Cookie

    Let me know if it works, OK?
    ;)

  • All times are GMT -7. The time now is 02:13 AM.