the id of users running a web application
From: Amalia P via DotNetMonster.com (forum_at_DotNetMonster.com)
Date: 08/30/05
- Previous message: surya: "COM+ and NetworkCredential problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 30 Aug 2005 06:54:07 GMT
Hy
My web application is composed of two parts:
- one of the is a normal web asp.net app
- the other one I access as dll - and here is where I have some methods thats
builds some logs
The app is accessed via browser with forms authentication (the user are
authenticated in a login page) . What I am trying to do is to get some unique
ID of every instance of the app (if A acces the app with the account aC and B
access the app with the account bC, I have to build two logs - one for a and
one for b).
What I had first in mind was to build every minute a log for every account
(the ID of every account is stored in web.session). The problem is that in
the dlls that build the log I got no access to the web session.
So I try to detect the trace of the application calls. I tried to get the
processId, currentThreadId but is is always the same ID.
Suggestions?
Thanks a lot
-- Amalia [AT] SOFTEXPERT
- Previous message: surya: "COM+ and NetworkCredential problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|