Issue Details (XML | Word | Printable)

Key: MDL-14586
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Petr Skoda
Reporter: john oconnor
Votes: 0
Watchers: 2
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Cookies- The log in page teles me I have not enabled cookies. This is not true.

Created: 29/Apr/08 09:31 AM   Updated: 31/Dec/08 09:45 PM
Return to search
Component/s: Accessibility
Affects Version/s: 1.9
Fix Version/s: None

Environment: Apache , that is already running previous versions of moodle and other CMS -
Issue Links:
Relates
 

Database: MySQL
Participants: Eloy Lafuente (stronk7), john oconnor, Mary M Rydesky, Petr Skoda and Shane Thomas
Security Level: None
Affected Branches: MOODLE_19_STABLE


 Description  « Hide
I go to my moodle log in page - and I log in and it says

Your cookies are not enabled- I see a few others are now having this issue?

I refresh, login from several links and the issue is still the same.

I can Log into other moodle sites seconds after but not this one.?

 So the cookie issue on my own computer is not the issue?

I have reset the cookies on my computer many times even to accept all etc.

John

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Mary M Rydesky added a comment - 30/Apr/08 02:51 AM
I have this message, too - in Firefox. Using 1.8.4 – did not have it in 1.6. I will be logged in and working continuously, then the system will tell me I have timed out after which I cannot log in - after attempting log in 5 - 8 times, it WILL let me back in. This drama can repeat itself endlessly until I give up and stop moodling. I agree that the issue is unlikely to be the cookies, having checked that mine are reset/accepting/etc numerous times. And then there is the fact that I CAN get in and edit for a while, after which the routine starts! – Mary

Eloy Lafuente (stronk7) added a comment - 30/Apr/08 10:16 AM
Assigning this to Petr Skodak, he has fought with sessions and cookies a lot and perhaps it can suggest something (I really think it's something in your side, because I've here such versions and don't exhibit the problem).

Thanks and ciao


john oconnor added a comment - 01/May/08 05:19 PM
went to 15 different machines today. as my students we asked to log in.

all 15 machines came back with the cookies not enabled.?

boy was I popular.- I then created a new moodle folder and copied all the back upfiles uploaded them and the site worked well.

Still have not soleved the issue but going again for a while.

I'mm hoping the automated back up will create a file I can copy all my stuff off that site. I'll have to wait the week to see


Shane Thomas added a comment - 06/Aug/08 07:14 AM
I was having this same issue and after a bunch of poking around found out that my installation had previously incorrectly defined configuration option that was never before an issue. The "sessioncookiepath" set on the "config" table in your database must either be "/" meaning the cookie is good for our entire domain or "/installdir" to be good for only the installation directory of your domain. I mention the database table because if you don't have access to the Moodle system as I didn't this is the only way to change this value without reverting to a previous version.

I hope this helps