thaksis
Starting Member
29 Posts |
Posted - 18 April 2002 : 16:13:41
|
When People try logging in on the main page I get this error. Response object error 'ASP 0156 : 80004005'
Header Error
/forums/inc_functions.asp, line 1517
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content
here's my line 1517 Response.Cookies(strUniqueID & "User").Path = "/"
fixxed by adding <%response.buffer=true%> in my default.asp
Edited by - thaksis on 18 April 2002 16:44:01 |
|