Hi all, having an issue trying to lear a session via vb script function, is this at all possible? Thanks!
function clearSess()
Dim ant
ant = MsgBox("Cleared All Sessions?", vbYesNo)
If ans = vbYes Then
Session.Contents.RemoveAll()
Session.Abandon
End If
end function
function clearSess()
Dim ant
ant = MsgBox("Cleared All Sessions?", vbYesNo)
If ans = vbYes Then
Session.Contents.RemoveAll()
Session.Abandon
End If
end function