Re: how to set/get cookie for a raw iocp http server?
From: Chau Johnthan (chaujohnthan_at_hotmail.com)
Date: 08/26/04
- Next message: Igor Tandetnik: "Re: how to set/get cookie for a raw iocp http server?"
- Previous message: Igor Tandetnik: "Re: how to set/get cookie for a raw iocp http server?"
- In reply to: Igor Tandetnik: "Re: how to set/get cookie for a raw iocp http server?"
- Next in thread: Igor Tandetnik: "Re: how to set/get cookie for a raw iocp http server?"
- Reply: Igor Tandetnik: "Re: how to set/get cookie for a raw iocp http server?"
- Reply: Simon Trew: "Re: how to set/get cookie for a raw iocp http server?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Aug 2004 01:01:47 +0800
suppose you access my web server once.
your computer name is 'abc'. your ip is 1.2.3.4
I will get you a cookie value as your identity which
is the encoding result(e.g. abcxxx) of your computer-name,
or other configuration value 'xxx'.
your ie will cache this value as cookie.
the next time when you access my web server, ie will
send the cookie to me. then I can judge you are not the
first time come here.
my question is. abcxxx is not so adequate. bcz there is
another pc with the same name and configuration 'xxx'
may come to my server.
how to distinguish them?
"Igor Tandetnik" <itandetnik@mvps.org> wrote in message
news:OuHy4z4iEHA.3876@TK2MSFTNGP12.phx.gbl...
> "Chau Johnthan" <chaujohnthan@hotmail.com> wrote in message
> news:uvCptt4iEHA.3896@TK2MSFTNGP15.phx.gbl
> > anyway, computer name can't judge the precise user.
> > because many pc may share the same name.
> >
> > ip addr is dynamic. which value should i use then?
>
> Sorry, I don't understand a word you are saying. What are you trying to
> achieve?
> --
> With best wishes,
> Igor Tandetnik
>
> "For every complex problem, there is a solution that is simple, neat,
> and wrong." H.L. Mencken
>
>
- Next message: Igor Tandetnik: "Re: how to set/get cookie for a raw iocp http server?"
- Previous message: Igor Tandetnik: "Re: how to set/get cookie for a raw iocp http server?"
- In reply to: Igor Tandetnik: "Re: how to set/get cookie for a raw iocp http server?"
- Next in thread: Igor Tandetnik: "Re: how to set/get cookie for a raw iocp http server?"
- Reply: Igor Tandetnik: "Re: how to set/get cookie for a raw iocp http server?"
- Reply: Simon Trew: "Re: how to set/get cookie for a raw iocp http server?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|