Hi!
We have made a script that checks an API if the user is a paying member, and if the user is valid, we create the user on the fly in the database ( AccessUser )
But the problem our developer has, is how to set the user as loged in via our custom .aspx page.
How do we set av valid user as logged in in the session variables? We are mainly after what the session name is, and what the value should be for the user.
IE:
HttpContext.Current.Session("DW_extranet_groups") = " groups "
HttpContext.Current.Session("DW_extranet_username") = " username "
HttpContext.Current.Session("DW_extranet_AccessUserUserName") = " userusername"