the db donst know the last visit of an user the db donst know the last visit of an user
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

the db donst know the last visit of an user

Started by pablo4711, February 16, 2005, 07:39:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pablo4711

hello!

i have noticed a comment for a picture of an user. if i look in the user-list, because i want to know his last visit in coppermine, there is an older date, than the command-entry is signed in. and i realy know, that the date next to the comment is the right one! what could be the problem?

Tranz

If someone has the gallery not to ask for the password when they visit ("remember me"), the "last visit" won't record subsequent visits. That function can only work when someone actually enters their login.

pablo4711

...and there isn't a possibility, that i can see every visit, even that one, no login happened?

Joachim Müller

out-of-the-box: no. You could either disable the "remember me" option for your site, or use a third party tracking tool if you need to know this.

Joachim

radianation

Is this still not fixed in 1.4.2? I modified my code for 1.3.x to make this update every visit. I just added a SQL command to update the users information if the cookie check result was positive. It doesn't seem that hard and seems like it really needs to be implemented, otherwise the last visit information is obsolete for nearly every user. Please fix this in the next update.

Joachim Müller

replying with cpg1.4.x issues on a cpg1.3.x thread is not a bright idea imo.

radianation