acm-uiuc / beats

Beats by ACM
11 stars 19 forks source link

Increase token expiration time #26

Closed colegleason closed 10 years ago

colegleason commented 10 years ago

My token seems to expire rather quickly. I should be able to hang onto this token (just for Beats) for a few weeks or so.

kevinwang commented 10 years ago

Since we're doing authentication and sessions entirely with Crowd, this would require changing the maximum session timeout in Crowd's server configuration. @CJS7070, can you look into this?

calvin-shirley commented 10 years ago

I can look into this on the new Crowd server. @kevinwang we need to talk about moving the project over to our prod instance of Crowd (you're on dev still).

calvin-shirley commented 10 years ago

I have updated the max session timeout on sso-prod to be 240 minutes (4 hours) compared to the previous 30 minutes. This change will not be made on dev so you'll need to work with ACM Admin to move over to prod.

calvin-shirley commented 10 years ago

Also, FYI - your session will expire if your IP address changes (for security reasons). If you disconnect and reconnect, you will need to log in again.

kevinwang commented 10 years ago

Done (see #30).