how to generate login ticket without using dfc...
is there any way to generate login ticket using API in DA....
Check the API guide:
GetloginPurposeReturns a ticket from the current session that an application can use to launch another session as the currently logged-in user.SyntaxdmAPIGet("getlogin,session [,user][,scope][,timeout_period][,single_use][,server_name]"
Thanks