I am working on an asp.net web-application with a session timer of 7 minutes. After 7 minutes the session expires. I am pinging the server from the client every 5 minutes and because of that the session will never time out. The ping on the service does run some code server-side.
How can I disable that these pings will renew the session timer?