How xojo works with session and application management.

Hi.

I’ve not tried xojo web yet. I haven’t really had the time.
Can someone tell me if when developing web apps in xojo as either a stand alone, or cgi app on windows or linux, do we developers have a way to manage seasions, cookies, etc, in xojo? I have a background in IIS and classic. ASP, so I understand scope and how connections work, and how sessions and users are tracked, etc, in general. I am just wanting to make sure I would have control over user sessions and cookies, etc in xojo?

You have access to both using the Session object.

https://documentation.xojo.com/api/web/session.html
https://documentation.xojo.com/api/web/websession.html
https://documentation.xojo.com/topics/application_structure/web/introduction.html

Thanks Paul. Of course I saw this after I asksd. I apologize.
Tim