Validate if logen user is not guest. Close previous session if webentry is anonymous.
Since the web entry is assigned to guest, it was not able to load the user information through the PMfunctions because it is validated to not return guest information. Now it will load directly from Users table.
Fix CSRF security issue.
Fixed the code reviews.
WebEntry2 Execution Screen