This topic is locked

Edit Single Sign On function

1/26/2012 1:25:18 PM
ASPRunnerPro General questions
D
dorlisa author

Hello,
My company's computers logon with the following information:

DS/tyu123
Is there a way to change the following code to incorporate the prefix, "DS/"?

if Request.ServerVariables("LOGON_USER")<>"" then
Session("UserID") = Request.ServerVariables("LOGON_USER")
Session("AccessLevel") = ACCESS_LEVEL_USER
Response.Redirect "pc_NEW_NAPC_dashboard_list.asp"
response.end
end if


Sergey Kornilov admin 1/26/2012

Not really sure what prefix has to do with it. It should work the same way with or without the prefix.