How to use "vsession" in awesome enterprise

In Awesome enterprise, we have a ” vsession ” feature that allows us to access data through the website, which can be used for the following.

  • Tracing the user activity.
  • update the user with session data.
  • easily access to data throughout the website.

There are 4 shortcodes that are in use for manipulating session

  • vsession.create
    • Create the Vsession
  • vsession.exists
  • vsession.set
    • set values in vsession
  • vsession.get
    • It returns: If main is set then returns single key data otherwise all keys data will get a return.
Updated on Sep 23, 2022