Forum Moderators: open
For right now, I end up doing my own custom logging, and using that. But I'd prefer to find an ISAPI that will set the cookie automagically and also log it on the first page.
Anyone know of such a beast?
korkus2000 - the reason why setting a cookie doesn't work on the first page is that it isn't logged until the 2nd page.
I'm using a custom logging tool right now to do this, which essentially keeps a separate logfile and logs the first page manually. Problem is i have to have an include on every page to make this work.