HTTP/1.1 Application Restarting
Har inte laddat upp någon global.asa fil, och nu har jag tom tagit bort den. På webhottelet säger dom att de inte hittar något fel. Det har också testat att strarta om applikationen.
<SCRIPT LANGUAGE="VBScript" RUNAT="Server">
Sub Session_OnStart
If Request.Cookies("Query")("cId") = "" THEN
Dim cookieID
Randomize
cookieID = Round(Rnd * 1000000)
Response.Cookies("Query")("cId") = cookieID
Response.Cookies("Query").Expires = date + 600
END IF
End Sub
</SCRIPT>
Och den har inte varit ändrad sedan några månader tillbaka i tiden.
257 ms totalt · 4 externa anrop · v20260731065814-full.81e7e81c