I am beginner in DNN. I am creating a module which provides Login, Dashboard and Add-Update Form. I have data in JSON format. I want to store it temparory while user use the website. Data will be destroy as soon as user will close the website.
Currently I have created a folder in my Solution Explorer of project in Visual Basic and created 3 .json
files which stores login_info.json
, basic_info.json
and auth_info.json
. I write json data whenever user login and I make it blank when user logout.
Above method is working fine now but I afraid it will work when I will publish this module. Also I may have situation where I need to store image some where. I don't know how I will manage.
- Can anybody please guide me?
- Is this proper way to store data temparory in DNN?
- Is there any other better way?
After getting one of reply for Database Suggestion
Is there any table which same as User Meta in DotnetNuke?