https

noob qu.

If I want to have all the web pages on a web app as https, I can’t see a way in xojo to force this. Is just checking for the websession.header(“HTTPS”) on every page a reasonable way to do it, and if its not set then display a message saying reload as HTTPS ??

It would seem for a log in page it should be https ??

Hamish

You only need to do this in one place… Session.Open. if a user were to change the url, a new session would be started and Session.Open fires again.