Hi,
I have a task to implement functionality showing Last login time and time stamp for logged user in a site collection.
I read a lot in the forums and blogs and found the suggestions for implementing HTTP Module.
I implemented such module and now I can read the HTTP requests.
/ I should make this functionality working against Web Application under Windows (NTML) or Claims authentications.
Now the questions are:
1. How should I track the authentication requests?
- Now I’m trying - based on the authentication type NTLM or Claims to track the correct request.
- For example: if I have NTML, I’m trying to identify the following request:
Client --> Sserver GET ...
Authorization: NTLM <base64-encodedtype-3-message>
/ but I’m having problem to check if the message is type 3. /
2. How to get the time stamp of the user session?
Maybe from SQL but how …
Regads,
Dimcho
I have a task to implement functionality showing Last login time and time stamp for logged user in a site collection.
I read a lot in the forums and blogs and found the suggestions for implementing HTTP Module.
I implemented such module and now I can read the HTTP requests.
/ I should make this functionality working against Web Application under Windows (NTML) or Claims authentications.
Now the questions are:
1. How should I track the authentication requests?
- Now I’m trying - based on the authentication type NTLM or Claims to track the correct request.
- For example: if I have NTML, I’m trying to identify the following request:
Client --> Sserver GET ...
Authorization: NTLM <base64-encodedtype-3-message>
/ but I’m having problem to check if the message is type 3. /
2. How to get the time stamp of the user session?
Maybe from SQL but how …
Regads,
Dimcho
Please remember to indicate if the question/comment has been answered or is helpful.