Create clean 3.6.2 install
Login to back end and create user (eg DAVE)
Exit Browser
Delete all entries in Session table
Enter URL for front end of website, logon with created user ensure remember me ticked
Browse session table - guest = 0, userid and username set correctly in session table
Exit browser
Delete all entries in Session table
Enter URL for front end of table - no need to logon as user id remembered using cookie
Browse session table - guest = 1 , userid = 0, username blank. THIS IS INCORRECT
All authenticated users should have session record set with Guest = 0, userid and username set correctly
Authenticated user logged in using cookie has session record where Guest = 1 and userid and username not set
This happened on my website after upgrading from 3.6.0 to 3.6.2. To prove it wasnt my website I did a clean install of 3.6.2 on my PC using Xampp and proved error occured
I am closing this at it would appear to have been fixed elsewhere as referenced by @aidanwhiteley
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-12-09 12:30:58 |
Closed_By | ⇒ | brianteeman |
Hi,
see https://issues.joomla.org/tracker/joomla-cms/11691 and #11556
Sounds like the same issue
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/12012.