PEAK XOOPS - Re: Auto login and last visited in englishin japanese

Re: Auto login and last visited

List posts in the topic

normal Re: Auto login and last visited

msg# 1.1
depth:
1
Previous post - Next post | Parent - No child | Posted on 2005/1/5 5:49
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi OOB.

It is quite normal.

On visit 11:00, auto-login is worked.
(Session was timed-out since 10:00)

Since Auto-login means "log-in", it is natural to update "last visit".

Anyway, you can disable it quite easily.
edit include/common.php
		if (false != $user && $user->getVar('level') > 0) {
			// update time of last login
			$user->setVar('last_login', time());
			if (!$member_handler->insertUser($user, true)) {
			}
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!