Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Your browser does not support cookies" wehn logging in from a different url #1126

Closed
rcubetrac opened this issue Jul 16, 2007 · 5 comments
Closed

Comments

@rcubetrac
Copy link

Reported by em bi on 16 Jul 2007 22:42 UTC as Trac ticket #1484479

When login-informations are send from a different url (e.g. I wanted to place a login-form to the webmailer on my main-site), roundcube states that my browser (tested with Firefox, IE, Konqueror, Opera) does not support cookies. When I then login from the roundcube-url, everything is fine.

Environment: [http_//mainsite.com [[br]([br]]
Main-site:)]
Roundcube: http_//roundcube.mainsite.com

Used form:

<form name="form" method="post" action="http://roundcube.mainsite.com/">
<input name="_action" value="login" type="hidden" />
<table><tr>
    <td class="title"><label for="rcmloginuser">Username</label></td>
    <td><input name="_user" id="rcmloginuser" size="30" value="" type="text" /></td>
</tr><tr>
    <td class="title"><label for="rcmloginpwd">Password</label></td>
    <td><input name="_pass" id="rcmloginpwd" size="30" type="password" /></td>
</tr></table>           
<p><input type="submit" class="button" value="Login" /></p>
</form>

Can this be confirmed and are there any ways around this?

Migrated-From: http://trac.roundcube.net/ticket/1484479

@rcubetrac
Copy link
Author

Comment by @till on 1 Sep 2007 14:46 UTC

I think the problem is the session that is created even when the "login" is only shown.

$_SESSION['temp'] is what's probably holding you back.

@rcubetrac
Copy link
Author

Status changed by @till on 1 Sep 2007 14:46 UTC

new => assigned

@rcubetrac
Copy link
Author

Owner changed by @till on 1 Sep 2007 14:46 UTC

=> till

@rcubetrac
Copy link
Author

Comment by @till on 13 Feb 2008 01:51 UTC

I cannot reproduce this with the latest version from SVN. I have an external login form and it works just fine.

@rcubetrac
Copy link
Author

Status changed by @till on 13 Feb 2008 01:51 UTC

assigned => closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants