[imp] Remote_login.php3

Tracy Bost tbost@ifarm.com
Fri, 8 Dec 2000 11:05:13 -0600


Here's the snip of what I am using for remote login.. #session.loginname# &
#session.password# are already established session variables (cold fusion)
coming from another box.
  Thanks

<form action="http://mydomain.com/remote_login.php3"  method="post">
<input type="hidden" notab name="actionID" value="6">
<input type="hidden" notab name="mailbox" value="INBOX">
 <input type="hidden" tabindex="1" name="imapuser"
value="#session.loginname#">
<input type="hidden" tabindex="2" name="pass" value="#session.password#">
<input type="image" id="y" src="../images/submit.gif" name="button"
tabindex="4" value="Email"></form>


----- Original Message -----
From: "Chuck Hagenbuch" <chuck@horde.org>
To: <imp@lists.horde.org>
Sent: Thursday, December 07, 2000 9:50 PM
Subject: Re: [imp] Remote_login.php3


> Quoting Tracy Bost <tbost@ifarm.com>:
>
> > After allowing a user to create an account, it seems when they are
> > re-directed to the remote_login.php3 file to access email for the first
> > time,imp isn't recognizing the username/password variables to start the
> > session. The user has to re enter the username/password. After the first
> > time, if the user is using the same pc & browser, remote_logn works and
the
> > session is started  fine with the posted variables. Outside of it being
just
> > a minor inconvience for the user, I was wondering why this may be
happening
> > before I dug into it too much.
>
> You may be using remote_login.php3 incorrectly. You'll have to post some
more
> details - it works for some people.
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck@horde.org>
> "If you can't stand the heat, get out of the chicken!" - Baby Blues
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org