我想使用discuz中的用户信息,
自己做了一个登录页面,登录程序的处理用的论坛的,有问题,能登陆,但是页面跳转的时候不对,<form name="login" method="post" action="bbs/logging.php?action=login">
<input type="text" name="username" size="25" maxlength="40" tabindex="1">
<input type="password" name="password" size="25" tabindex="2"> 
<input class="button" type="submit" name="loginsubmit" value="login">
</form>或者说,可以自己写处理登录的程序么?
这样可以做到与论坛的登录退出同步吗?