Ticket #690 (closed defect: fixed)
UserStatus is always 'online'
| Reported by: | houstonlively | Owned by: | SashaE |
|---|---|---|---|
| Priority: | major | Milestone: | Dolphin 7.0b (Hookie) - Feature Final |
| Keywords: | Cc: |
Description
Database table 'Profiles'- field 'UserStatus?' shows all users as 'online' even if they are not logged in.
Attachments
Change History
comment:1 follow-up: ↓ 2 Changed 3 years ago by AndreyP
- Status changed from new to closed
- component changed from Admin Part to User Part
- Resolution set to invalid
comment:2 in reply to: ↑ 1 Changed 3 years ago by houstonlively
Replying to AndreyP:
UserStatus varchar(64) NOT NULL default 'online', so, it mean that current field is 'online' as default. It was realized that after joining member become online. After logout it will 'offline'
I don't understand your explanation. I have looked at this, and even after logging out, this database field remains as 'online'. It never changes to offline, and that makes no sense.
comment:3 Changed 3 years ago by houstonlively
Go see for yourself. You have my cpanel login. Go check the DB. UserStatus? of 'Aramis' is shown as 'online', and I know you are not logged in.
comment:4 Changed 3 years ago by houstonlively
- Status changed from closed to reopened
- Resolution invalid deleted
Changed 3 years ago by houstonlively
- attachment AramisIsNotLoggedIn.jpg added
Aramis is logged out. I am sure of it.
Changed 3 years ago by houstonlively
- attachment AramisCantBeOnline.jpg added
Aramis can't be online if He is Logged Out.... Can He?
UserStatus varchar(64) NOT NULL default 'online', so, it mean that current field is 'online' as default. It was realized that after joining member become online. After logout it will 'offline'