Dheeraj Sharma

Dheeraj Sharma

  • NA
  • 98
  • 28k

store session[ID] into database using variable

Jan 2 2018 4:38 AM
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)