cyprus106
Programmer
- Apr 30, 2001
- 654
I've got a site that has a user name and password and a 'remember me' option. When the user checks the 'remember me' and then OK, he goes to 'verifyLogin.asp'. In verifyLogin.asp, I've got this code:
<%
if bLoginSaved Then
Response.Redirect("default.asp?logged=" & Request.Form("UsrName"
)
end if
%>
my problem is that the homepage is "default.asp", and im trying to change the header to "default.asp?logged=..." I know this is illegal, but I don't know any other way to go back to the homepage and tell it that the user is logged in Cyprus
<%
if bLoginSaved Then
Response.Redirect("default.asp?logged=" & Request.Form("UsrName"
end if
%>
my problem is that the homepage is "default.asp", and im trying to change the header to "default.asp?logged=..." I know this is illegal, but I don't know any other way to go back to the homepage and tell it that the user is logged in Cyprus