1
Reply

onStart’ and ’onEnd’ are events of what object(s)?

Ravi Kumar

Ravi Kumar

18y
4.4k
0
Reply

    They are methods of Session & Applications objects, you can use session object to store user-specific data, such as username, password, address. As well as the application object, you can store application-specific information that are shared for all users, such as counters.

    17y
    0