I've addressed my previous issue (regarding pages with optional login)
using the gateway parameter as descibed in
http://www.ja-sig.org/wiki/display/CAS/gateway .

Two questions....
1. When I press REFRESH button on the web browser (F5), I get an
INVALID_TICKET error. I understand that this is because the Service
Ticket has expired after its issued and authenticated. But it could be
annoying to the end user if the INVALID_TICKET errors keep showing up
whenever they press REFRESH. Is there a way around this?

2. How and where do I set the TGT expiration time (inactivity
interval)? Looks like the TGTs remains active even after I restart the
Tomcat Server. Is that true?

Please advise! :)

Thank you,
Kristin

PS: One option that immediately comes to my mind is, to store the last
issued Service Ticket in the Session. Whenever a ticket is invalid,
find out of its the last issued ticket. If so, try to get a new ticket
by contacting the CAS server.
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to