Hi I am trying to create a product with basic security in it. I have added a user folder and user's to the product. I have also restricted access to my pages via the "View" Option so all access to these pages require authentication. I have exposed a login form as a public method. All this works fine but I cannot get the login form to authenticate the user for the current session. My basic question is how do I authenticate a user via a form rather than having the browsers security dialog appearing Chris Hoy ________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________
Chris Hoy wrote:
I am trying to create a product with basic security in it. I have added a user folder and user's to the product. I have also restricted access to my pages via the "View" Option so all access to these pages require authentication. I have exposed a login form as a public method. All this works fine but I cannot get the login form to authenticate the user for the current session.
My basic question is how do I authenticate a user via a form rather than having the browsers security dialog appearing
You need a different authentication method. CookieCrumbler is a form-based cookie auth product in wide use. --jcc -- "My point and period will be throughly wrought, Or well or ill, as this day's battle's fought."
participants (2)
-
Chris Hoy -
J. Cameron Cooper