403 error.........
Hi all.........
I have created a custom httpmodule in which i check the wheather the session has expired...
If expired, I redirect the user to the login page with the following code
Dim url As String = "Logout.aspx?se=se"
context.Response.Write("<script>" & vbCrLf)
context.Response.Write("parent.location.replace('" & url & "');" & vbCrLf)
context.Response.Write("</script>")
context.Response.End()
I have a strange pbm here....In one mechine it is working...It is giving 403 forb. error in other. I am using WIN XP in both mechine....
What may the pbm..? Can any one help me....?
Thanks in adv..............:)
|