How to use sessions with Wisej?

0
0

In my Asp.net application I used this code to assign a session variable: this.Session[“myvar”] = “myvalue”; (where this is System.Web.UI.Page)
How can I do the same thing with Wisej? I searched but couldn’t find anything.
Greetings

  • You must to post comments
0
0

Hi Francesco,

you can use the Application.Session object:

https://docs.wisej.com/docs/controls/general/application#session-object

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.