Re: how to set/get cookie for a raw iocp http server?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Chau Johnthan (chaujohnthan_at_hotmail.com)
Date: 08/26/04


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
>
>



Relevant Pages

  • RE: cookies
    ... user's Web browser will send an information request to ... The Web server will respond to the ... request by transmitting the desired information to the ... cookie go unnoticed, ...
    (microsoft.public.windowsxp.newusers)
  • Things only work in development machine not in "REAL" web server
    ... I am sending email in my web app, using a simple form here is the code: ... This work well in my development computer but when I publish the site to a ... I appears that in the web server this cookie is not being read at all, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: help with dynamic platlist generation
    ... one shows how to send a specific cookie as part of the request URL ... The media server sends the clients cookie data over to the web server ...
    (microsoft.public.windowsmedia)
  • Re: Which is the most mature Soap module?
    ... > Do you mean subclassing SOAPpy and changing the places where it uses ... My problem is that the SOAP ... > can send to the web server in the http header, ... > let me through to the SOAP server unless I can supply the cookie first. ...
    (comp.lang.python)
  • Re: Open a .aspx file with Internet Explorer
    ... mean that you send your application to web server in order to access it from ... If the previous question is correct then is it the first time that you ... But when I want to open this .aspx file in Internet Explorer without ... It's impossible to open the XML insertion, ...
    (microsoft.public.dotnet.languages.csharp)