We are upgrading from DNN 6.##.##.## to 7.##.##.## in old version we were using Session but as Web Api is suppose to be state less DnnApiController is getting Session as null. If we can access cookies then why session is null ??
How to access session in api controller as i can not see any other substitute for some of code ??