Currently I have a web application with a session timeout window that pops up after 20 minutes of inactivity. However, I noticed that when I work inside and play inside the Unity web player, the session time out window appears after 20 minutes of working in Unity (in which it shouldn't pop up because working in Unity should not be considered inactivity).
I was wondering, how can I prevent this? How can I make a script in Unity that calls or does polling to web app notifying that activity is being done in Unity?
↧