WebSession.CurrentPage

From Xojo Documentation

Property (As WebPage )
aWebSession.CurrentPage = newWebPageValue
or
WebPageValue = aWebSession.CurrentPage

New in 2011r2

Supported for all project types and targets.

Gets or sets the current WebPage for the Session.

Example

Sets the Session page:

Var page As New MainPage
Session.CurrentPage = page