seems like i have to do the cookie configuration AFTER calling super() and after calling setLoginView()
Well now you are overwriting the defaults done in super.configure() with your values - you should know what you are doing if you do it.
seems like i have to do the cookie configuration AFTER calling super() and after calling setLoginView()
Well now you are overwriting the defaults done in super.configure() with your values - you should know what you are doing if you do it.