Opened 6 years ago
Closed 5 years ago
#1484479 closed Bugs (worksforme)
"Your browser does not support cookies" wehn logging in from a different url
| Reported by: | em_bi | Owned by: | till |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | Core functionality | Version: | 0.1-rc1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
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:
Main-site: http*mainsite.com
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?
Change History (2)
comment:1 Changed 6 years ago by till
- Owner set to till
- Status changed from new to assigned
comment:2 Changed 5 years ago by till
- Resolution set to worksforme
- Status changed from assigned to closed
I cannot reproduce this with the latest version from SVN. I have an external login form and it works just fine.
Note: See
TracTickets for help on using
tickets.

I think the problem is the session that is created even when the "login" is only shown.
$_SESSIONtemp? is what's probably holding you back.