Odd issue with cgi web app on ServerWarp server. The app won’t stay quit.
The App quits ok (when sessioncount =0) but within a second or two, the App starts up again (no one is browsing it). No sessions are created, so the App will quit again.
I log the App.Open & .Close events, and Session events, and see the App events firing. I have a timer which quits the app after 10mins of 0 sessions. So My log file shows App.Open then Close 10mins later, then immediately Open, then Close 10mins later adinfinitum…
Is something pinging my app url ??