Hi all,
I am new, and looking for a way to control user session in my app. I was searching around and didn’t find people discuss about this topic and I don’t find corona API can handle it (or probably i missed it).
so I was thinking to it as the following way, and want to share with everyone and gather some feedback.
I am thinking to use this tutorial:
http://coronalabs.com/blog/2013/05/28/tutorial-goodbye-globals/#comment-116808
and create a table to hold my user session, so I can always check the permission against my “global variables” i created.
What do you guys think? and what is your way?
Any feedback is appreciated!
Thanks!
Edwin