L
Lasse Edsvik
Hello
I have a problem with running classic asp on a windows 2003 server. For some
reason it doesnt remove the sessions. I reload page and it removes some,
reload again and it removes a few more, very odd...
Any ideas? :S im clueless
For each key In Session.Contents()
If instr(key, "Question") >0 Then
Session.Contents.Remove(key)
Response.Write(key & ":" & Session(key) & "<br>")
End If
Next
I have a problem with running classic asp on a windows 2003 server. For some
reason it doesnt remove the sessions. I reload page and it removes some,
reload again and it removes a few more, very odd...
Any ideas? :S im clueless
For each key In Session.Contents()
If instr(key, "Question") >0 Then
Session.Contents.Remove(key)
Response.Write(key & ":" & Session(key) & "<br>")
End If
Next