Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache 2.4 cookie timeout #43

Open
gajczewski opened this issue Sep 20, 2018 · 0 comments
Open

Apache 2.4 cookie timeout #43

gajczewski opened this issue Sep 20, 2018 · 0 comments

Comments

@gajczewski
Copy link

Hi Team,
I've upgraded recently from Apache 2.2. to Apache 2.4. Under Apache 2.2. module worked as expected. Unfortunately under Apache 2.4 it doesn't behave the same. Module is configured to keep cookie for 600 minutes but session expires before that. Below is capture from such a session. Cookie is set at 07:55 and then at 09:33 module reports "Invalid or expired. telling browser to delete cookie" (at this point user is forced to re-authenticate). Any suggestions? Like I've said this works in Apache 2.2. (that is session/cookie lasts 600mins)

[Wed Sep 19 07:55:31.717761 2018] [:debug] [pid 17173] mod_auth_radius.c(1379): RADIUS Authentication for user=jacek password=6633528742 OK. Cookie expiry in 600 minutes
[Wed Sep 19 07:55:31.717792 2018] [:debug] [pid 17173] mod_auth_radius.c(1381): Adding cookie 37cf67dcf3eb37e68fe30e04b3f2a91e5ba27f83
...
[Wed Sep 19 09:33:52.673039 2018] [:debug] [pid 1483] mod_auth_radius.c(887): Found Radius Cookie, now check if it's valid...
[Wed Sep 19 09:33:52.673052 2018] [:debug] [pid 1483] mod_auth_radius.c(1312): Found cookie=37cf67dcf3eb37e68fe30e04b3f2a91e5ba27f83 for user=jacek :
[Wed Sep 19 09:33:52.673076 2018] [:debug] [pid 1483] mod_auth_radius.c(1334): Invalid or expired. telling browser to delete cookie
[Wed Sep 19 09:33:57.452930 2018] [:debug] [pid 17172] mod_auth_radius.c(1308): Radius Auth for: vru-ws-server-2fa-1b requests /motorviews/pages/home.jsf : file=home.jsf
[Wed Sep 19 09:33:57.453030 2018] [:debug] [pid 17172] mod_auth_radius.c(1338): No cookie found. Trying RADIUS authentication.
[Wed Sep 19 09:33:57.453187 2018] [:debug] [pid 17172] mod_auth_radius.c(1037): Sending packet on 10.10.10.10:1812
[Wed Sep 19 09:33:58.587635 2018] [:debug] [pid 17172] mod_auth_radius.c(1196): RADIUS authentication failed for user jacek

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant