Help!
I wrote a login scheme that builds a cookie after a successful login
process. I use the application.cfm to determine whether a client is logged
in or not being checking for hte presence of the cookie. If no cookie exists
(not logged in) they are redirected to the login page.
It works great except when trying access the system from behind a firewall.
IT appears to loop when trying to access the login page from behind the
firewall. The page never renders, but a call is repeatedly going out to the
server, e. g. Loop.

So, is some "non" http or https action taking place that is being blocked by
the firewall ?
Is trying to check for the existence of a cookie the problem ?

Lurker speaks...

Tony
 
----------------------------------------
There are two rules for ultimate success in life:
(1) Never tell everything you know.

----------------------------------------
Keep on Truck'n

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to