Borg, I found a problem in our forum, my last login time is incorrect. Always update my last logon time. For this reason Active_Topics.asp page dont display a topics. Example :
Your forum remember me My last login time Today 02:xx AM and your active topics page display that post from this time.
In our forum last login time update every xx time (i dont know interval) Currently I change active topics this line :
'***************** MODIFIED
If dtmLastVisitDate < CDate(Request.Cookies(strCookieName)("LV")) Then intShowTopicsFrom = 12 '1 = last visit Modified 12
End If
'***************** SONU
Normaly intShowTopicsFrom = 1 i changed intShowTopicsFrom = 12 but i dont want to change this. I think this is interested in server session settings. I dont find reason.
I examine my case forum update my last login times
14:16 - 14:32 - 14:50 - 15:07 - 15:25
Do not same interval. I dont know how and why to update cookies ? Is this server side problem ?
Edited by superlative - 15 June 2006 at 1:29pm