I have tested CFLOGIN on port 8500 running on localhost......

....it works fine for me.

There should be no reasonf for it to NOT work - because it basically only
sets up something similar to session variables (but not in the Session
scope).

For those NOT in CFMX.....

...you could write your own CFLOGIN/CFLOGINUSER/CFLOGOUT easily enough in
straight Cold Fusion (either CFMODULE or CFIMPORT style).

CFLOGIN - checks to see if the "session" variables are set and only
executes the embedded code if they are not set
CFLOGINUSER - sets the "session" variables
CFLOGOUT - clears the "session" variables
getAuthUser() and IsUserInRole() - both read the "session" variables


Gary Menzel
IT Operations Brisbane -+- ABN AMRO Morgans Limited
Level 29, 123 Eagle Street BRISBANE QLD 4000
PH: 07 333 44 828 �FX: �07 3834 0828

[EMAIL PROTECTED] wrote on 01/06/2003 12:50:56 PM:

> Sorry...
>
> cflogin don't work under cfmx when using port 8500
>
> cflogin works under cfmx when using IIS 5.0 and normal port
>
> Jeremy
>
> P.S. shut up about the rash man!!! I told you that was between you
> and me...and besides have you been checked yet!
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:bounce-
> [EMAIL PROTECTED]] On Behalf Of Scott Barnes
> Sent: Monday, 6 January 2003 9:07 AM
> To: CFAussie Mailing List
> Subject: [cfaussie] Re: CFMX and Login

> You do realise that some firewalls won't allow users to access the
> 8500 port :) Also, the script of course has to always have the 8500
> port in each action request or call to the cfc. (ie cfinvoke).
>
> Scott
> P.S
> You make my brain hurt when you cut a long story short, details my
> good man... details, like that time you found that rash and thought
> it would be wortwhile to tell everyone about it ;)
>
> "Jeremy Watson" <[EMAIL PROTECTED]> wrote in message
news:21548@cfaussie...
> Hey,
>
> I swear this is the bain of my existence. I discovered something
> last night that didn't really make sense to me and I had another
programmer
> with me to see what was happening. I would like someone to confirm
> or deny this programming (possible) glitch.
>
> I have been having some serious issues logging into an application
> using the CFMX webserver using port 8500 bla bla bla. Long story
> short it would
> drop the variables that you send over through the cflogin. Got it...
>
> NOW.....
>
> I installed Windows 2kPro on a box CFMX pointing to the other
> webserver running IIS 5.0 Put the exact application code and
> database over to that server
> and the login worked perfectly. Has anyone had this happen to them?
>
> Does having an application trying to login to localhost:8500 cause
> problems for the new cflogin script? (personally I think this would
> be silly but its the only thing I could think of).
>
>
> Regards,
> Jeremy Watson
> ColdFusion Web Developer
>
> BLA
> Bob Littler Agencies Pty Ltd
> 45 Aquarium Avenue
> Hemmant, Queensland 4174
>
> Phone: 07 3890 0122
> Fax: � � 07 3890 5388
>
> www.bla.com.au
> www.humminbird.com.au
> www.minnkota.com.au
> ****************************************************************
> This e-mail, together with any attachments, is intended for the
> named recipient(s) only. If you have received this message in
> error, you are asked to inform the sender as quickly as possible
> and delete this message and any copies of this message from your
> computer system network.
>
> Any form of disclosure, modification, distribution and/or
> publication of this e-mail message is prohibited. �Unless
> otherwise stated, this e-mail represents only the views of
> the sender and not the views of the Bob Littler Agencies Pty Ltd
> ****************************************************************
>
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
[EMAIL PROTECTED]
>
> MX Downunder AsiaPac DevCon - http://mxdu.com/
> ---
> You are currently subscribed to cfaussie as:
[EMAIL PROTECTED]
> To unsubscribe send a blank email to
[EMAIL PROTECTED]
>
> MX Downunder AsiaPac DevCon - http://mxdu.com/


---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to