Forcing a URL

I have users in a web 1.0 app.

I know the session id of the user

I wish to send him to, say —> https://www.xojo.com

Pseudo code:
session(sessionID).showULR “https://www.xojo.com

How to do this?

here is an example to loop through all sessions. you can compare the .Identifier
WebSessionContext
this open a new tab outside of your app.
.ShowURL

what is the trigger to send him to a new url?

[quote=483286:@Jay Menna]I have users in a web 1.0 app.

I know the session id of the user

I wish to send him to, say —> https://www.xojo.com

Pseudo code:
session(sessionID).showULR “https://www.xojo.com

How to do this?[/quote]
If the code isn’t actually running inside the session, you will need to create a Session context to make this work.