Marco wrote:
>I read something on Apache site about features in the new Apache 2000:
>it can handle sessions like IIS. I suppose this is a marketroids
>request ;-)
Sessions on IIS are far more useful to developers, who can maintain
object state within their ASP applications, than to Marketdroids. (IIS
will log cookies, but it will log all the cookies in a request, so it's
not something you'd want to log in most cases. But if you care about
session information on an IIS server, using ASP to generate a custom
"session log" would be far better than trying to do it from the access
logs.
Aengus
Unknown data type