There isnt a lot of documentation on this. I want to set it up so that I can have a feature that a non logged in user could use for a max number of times.
I think that I have to set it up with a data type that is User sessions and the fields would be last submission date, SessionID, and submission count.
I assume that I would have to make the plugin search for the SessionID when the page is loaded and if it doesn’t find the SessionID it would create one.
How do I do all of this? Search for a sessionID and create one if it isn’t there and then limi the session to x amount per a week etc.