Hi, <div>Yes I agree with your suggestion. Actually this is one of the UI improvements I am going to do for my GSoC. This message confused me and my friends when using it.</div><div><br></div><div>Randall<span></span><br><br>
On Saturday, May 25, 2013, Marc Delisle  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
in AuthenticationCookie.class.php we verify whether $_COOKIE is empty,<br>
because at this point we have sent some cookies. The goal is to warn<br>
users about their browser not accepting cookies.<br>
<br>
However, it's too early to do this verification, because "Once the<br>
cookies have been set, they can be accessed on the next page load with<br>
the $_COOKIE" (PHP manual).<br>
<br>
We are not yet at the next page load. The result is that all browsers,<br>
correctly set to accept cookies, when running phpMyAdmin for the first<br>
time, show the "Cookies must be enabled past this point" message,<br>
alerting users for nothing.<br>
<br>
Maybe we could force a page reload after the initial cookies sending,<br>
but I'm not sure it's a good solution.<br>
<br>
I suggest to<br>
- remove this verification<br>
- in the "Cannot start session without errors" message (which can be<br>
caused by a browser not accepting cookies), add a hint that not<br>
accepting cookies is a possible cause<br>
<br>
Comments?<br>
<br>
<br>
--<br>
Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
<br>
------------------------------------------------------------------------------<br>
Try New Relic Now & We'll Send You this Cool Shirt<br>
New Relic is the only SaaS-based application performance monitoring service<br>
that delivers powerful full stack analytics. Optimize and monitor your<br>
browser, app, & servers with just a few lines of code. Try New Relic<br>
and get this awesome Nerd Life shirt! <a href="http://p.sf.net/sfu/newrelic_d2d_may" target="_blank">http://p.sf.net/sfu/newrelic_d2d_may</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'Phpmyadmin-devel@lists.sourceforge.net')">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</blockquote></div>