> 2. The other requirement is to have a idle session timeout for a particular > time period. Basically we want the user to be logged off if there us no > activity in the session for a period if time
I responded to a similar question on another thread, but wanted to repost here to close the loop: Not possible in general. Ending the application session has nothing to do with the CAS SSO session. The best you can do is try to get the user to visit the /logout URI on the CAS server when the application session ends. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
