user identification



Hi all,

We have about 10 different domains that are linked very closely and we
want to identify and track every single user that surfs our websites.
Later we want to analyse user paths and find out the search robots with
the referring search words.

What are the possibilities?
Cookies are not accepted by 40 % of our users and in addition to that
for each domain a different cookie is created what makes it really
complicated.
I guess a combination of Browser type, Operating System, Hostname etc
is really insecure as there are many users using the same stuff.
I think the only secure way to logg this is by the way of using
sessions.

One disadvantage of sessions is that they take very much performance of
the server when there are many users at the same time.
Is there a way to reduce performance of the sessions?
Are there any other possibilities except sessions?
Are there freeware php statistic functions that allow the reuse of
their statistic data in our own implementations?

Thank you very much for your help!

Dennis

.



Relevant Pages

  • Re: Web server Cluster and SESSION.
    ... You can use both cookies and cookieless sessions. ... I doubt cookies has the hassle of sessions in a web cluster. ... Posted Via Usenet.com Premium Usenet Newsgroup Services ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: IE DOES NOT SUPPORT COOKIE on WIN2K and XP
    ... Does outputs Session Testing and Cookie Testing where as shot #2 does output ... Why do IE behaves strangely on handling cookies and sessions? ... > Is there any other programmable browsers available like IE? ...
    (microsoft.public.inetserver.asp.general)
  • RE: Application level IDS?
    ... monitors html, web sessions, cookies, SQL traffic and is capable of ... Subject: Application level IDS? ... world's premier technical IT security event! ...
    (Focus-IDS)
  • Re: Sessions not retained in Firefox/Safari
    ... by default session support requires cookies (you must not haver cookies off ... in IE, chck the zone, and be sure cookies are disabled for that zone). ... > I'm using several Sessions in my app. ... How can I step through code using non-IE browsers? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Re: global.asa equivalent?
    ... > Session variables are not stored in cookies, ... > as ASP. ... Did not know about sessions, ... cookies or via url tags that php would automatically add. ...
    (alt.php)