1
Answer

store session[ID] into database using variable

i want to store current Session["ID"] into databse using MVC and Angularjs..
 
var logi = Session["ID"];
log.LogID = logi;
 
i want to do something like above.. do anyone have any idea about this...? 
LogID is  database field name.
Answers (1)