"Ray" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:73C201AD-48FE-4216-AC9A-5A96F189E4F6@microsoft.com...
> Hi, all
> At first, I must thank for David Wang's and Mark Weaver's answers. I have
known that the ASP session object can't be used in ISAPI. There is other
problem, please help me.
> I want to get a session ID in ISAPI filter, but how to do it? If it is
impossible, how can I judge a session from server to client?
> session ID should be sent to server in a HTTP request, but how to get it?
> Someone can give me a sample?
ATL (C++ 7.x) does a wonderfull job managing sessions using it's own
mechanism in ATL server pages. There's no or little hope, you would be able
to transfer the ASP session id into ISAPI and vice versa.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: How to get session ID in ISAPI Filter