Need help to creat cooki for loging
HI
I am usinf classic asp to create a website
I am trying to creat a login page then to add cooki to my web site wher the user if they login once the cooki will rember them as long as the webpage is open
I am usinf classic asp to create a website
I am trying to creat a login page then to add cooki to my web site wher the user if they login once the cooki will rember them as long as the webpage is open
I think I need to creat a session first and Buffer but I dont know how ?
I’ll attach my asp codes for the lgin page hear
many thx
==============================================
Code:
<!-- #INCLUDE FILE = "DBconnection.inc" -->
<!-- #INCLUDE FILE = "success.asp" -->
<a href="logout.asp">logout</a>
<html>
<head> </head>
<body>
<FORM METHOD=POST ACTION="loginproc.asp">
Username: <INPUT TYPE=TEXT NAME="user_username">
<P>
Password: <INPUT TYPE=PASSWORD NAME="user_password">
<P>
<INPUT TYPE=RESET> <INPUT TYPE=SUBMIT>
</FORM>
Or click <a href="addinguser.asp">here </a>to become a new user
</body>
</html>
==============================================
View full post on Webmaster-Talk.com
cooki, creat, help, loging, need