I have a question about getting CGI variables and using CAS. I'm not
sure if there are different implementations of CAS, but the way we are
currently using it requires a different service ticket for every http
request to my CGI. When a user requests the page, I check for a "ticket"
variable in the URL, if they don't have it I 302 redirect them to our
CAS server who redirects them back to my page with the "ticket" variable
appended to the URL. This means that if a user attempts to GET or POST
variables to my page, I lose them because the redirection to and from
CAS. I'm hoping that I'm just doing something wrong here, because the
alternative involves a lot of hacks to get this working. Thanks much for
the help!
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to