I see that the login page refreshes, which shouldn't happen.
I think, he is talking about this.
With the lastest RoundCube version, if you put your login and pass but dont press login and wait for some time, the page refreshes and login information is lost. It's not important that login information disapears but the login page has no need to refresh every time.
I tested this with Mozilla Firefox 1.5 and the beta IE7 (the only browsers i've here).
I think this is what Martin was saying...sorry if it was not. In any case this is a minor bug.
On Thu, 16 Mar 2006 20:26:52 +0100, Sjon roundcube.net@spider007.net wrote:
Are you constantly pushing the reload button? ;) What other information do you have that might help us to find the problem?
Version info, and some URL's might help to start with
Martin Marques wrote:
I see that the login page refreshes, which shouldn't happen.
El Jue 16 Mar 2006 16:26, Sjon escribió:
Are you constantly pushing the reload button? ;) What other information do you have that might help us to find the problem?
Version info, and some URL's might help to start with
latest CVS, http://bugs.unl.edu.ar/mail/, and it's reloading. :-)
El Jue 16 Mar 2006 16:37, Eduard escribió:
With the lastest RoundCube version, if you put your login and pass but dont press login and wait for some time, the page refreshes and login information is lost. It's not important that login information disapears but the login page has no need to refresh every time.
Yep, this is what I'm talking about. :-)
I'm running the latest CVS version, and even without a login and password ever typed into the box, it still refreshes about every 62 to 64 seconds. When it refreshes, it adds an ?_auth= string into the URL.
This was tested in Konqueror. I saw it refreshing automatically on Firefox (1.0.7, linux) as well, but Firefox was automatically inserting my username password.
On Thursday 16 March 2006 14:07, Martin Marques wrote:
El Jue 16 Mar 2006 16:37, Eduard escribió:
With the lastest RoundCube version, if you put your login and pass but dont press login and wait for some time, the page refreshes and login information is lost. It's not important that login information disapears but the login page has no need to refresh every time.
Yep, this is what I'm talking about. :-)
If i had to guess i would say it is because of this ( most likely i am wrong since i looked at it for like 1min )
# grep -R refresh * program/js/app.js: add_url += '&_refresh=1';
# grep -R app.js * program/include/main.inc: $OUTPUT->include_script('program/js/app.js');
# grep -R main.inc * index.php:require_once('include/main.inc');
I would say since main.inc is required by index and app.js is included via main.inc that is where it is getting the refresh
Jacob Brunson wrote:
I'm running the latest CVS version, and even without a login and password ever typed into the box, it still refreshes about every 62 to 64 seconds. When it refreshes, it adds an ?_auth= string into the URL.
This was tested in Konqueror. I saw it refreshing automatically on Firefox (1.0.7, linux) as well, but Firefox was automatically inserting my username password.
On Thursday 16 March 2006 14:07, Martin Marques wrote:
El Jue 16 Mar 2006 16:37, Eduard escribió:
With the lastest RoundCube version, if you put your login and pass but dont press login and wait for some time, the page refreshes and login information is lost. It's not important that login information disapears but the login page has no need to refresh every time.
Yep, this is what I'm talking about. :-)
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete this material from any computer.
In accordance with industry regulations, all messages are retained and are subject to monitoring.
This message has been scanned for viruses and dangerous content and is believed to be clean.
Securities offered through Cantella & Co., Inc., Member NASD/SIPC. Home Office: 2 Oliver Street, 11th Floor, Boston, MA 02109 Telephone: (617)521-8630
I found the reason for that strange behavior. RC client send a keep alive signal to the server every minute. The server will respond with a redirect command if the session is invalid or timed out. When no user is logged in the server always send the redirect command because the session is not active yet. The keep alive requests are not required when no session is active. I will fix this in CVS.
Regards, Thomas
Jacob Brunson wrote:
I'm running the latest CVS version, and even without a login and password ever typed into the box, it still refreshes about every 62 to 64 seconds. When it refreshes, it adds an ?_auth= string into the URL.
This was tested in Konqueror. I saw it refreshing automatically on Firefox (1.0.7, linux) as well, but Firefox was automatically inserting my username password.
On Thursday 16 March 2006 14:07, Martin Marques wrote:
El Jue 16 Mar 2006 16:37, Eduard escribió:
With the lastest RoundCube version, if you put your login and pass but dont press login and wait for some time, the page refreshes and login information is lost. It's not important that login information disapears but the login page has no need to refresh every time.
Yep, this is what I'm talking about. :-)