0

我怎样才能在一些 html 页面上做一个不使用数据库的简单 ASP登录系统?喜欢脚本,谢谢。

4

2 回答 2

0

You'd assign a cookie server-side upon successful login, then check for the presence of the cookie on each request.

You could use an array for userids and passwords instead of a database on the server for account look-up.

于 2012-11-21T15:25:39.503 回答
0

在http://www.4guysfromrolla.com/webtech/050499-1.shtml查看此示例代码

于 2012-11-21T16:03:06.270 回答