You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: