This topic is locked

LDAP email

10/8/2019 7:37:38 PM
ASPRunnerPro General questions
A
Aytac author

Hello. I am using Asprunner Enterprise 9.6 (Build 28257). I have a problem. can't get user email info via LDAP. Your After successful login code doesn't work.

I wanted to display the email address on the list page for testing purposes and I wrote the following code.

email= Session("UserEmail")

Response.Write "Test "&email&""


but I can't get a result.

Please help me.

Thanks