Joseph,

 

Stupid question: In your HTML form, why is the hidden form field
"service" enclosed in comments?

              <!--   input type="hidden" name="service" id="service"
/-->

If this is still in your HTML, it makes sense why it was never submitted
with the login form.  It should be:

 

              <input type="hidden" name="service" id="service" />

 

HTH,

 

Andrew R Feller, Analyst

University Information Systems

200 Fred Frey Building

Louisiana State University <http://www.lsu.edu/> 

Baton Rouge, LA, 70803

(225) 578-3737 (Office)

(225) 578-6400 (Fax)

 

_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to