I have the following code in global.asa file
Sub Session_OnEnd
Response.Redirect "../includes/logoff.asp"
End sub
but I keep getting the following error when the session timeout is reached.
Microsoft VBScript runtime error: Object required: 'Response'
What am I missing or doing wrong?? Thanks in advance
Sub Session_OnEnd
Response.Redirect "../includes/logoff.asp"
End sub
but I keep getting the following error when the session timeout is reached.
Microsoft VBScript runtime error: Object required: 'Response'
What am I missing or doing wrong?? Thanks in advance