hi,
I have situation. User authentication is over https and client authentication(estonian ID-Card www.id.ee). So authentication is occord after i use https protocol. 1 page Start page is http 2 page Login page is https(here are ID authentication) After succesfull autentication i tried in onActivation and also PageEndRender(and so on methods) to redirect to another page(roleChooser) But this is working in firefox and ie7, but not in ie6. 3 page are rolechooser page https. Logical request process was: Start.page(http) -> Login.page(HTTPS)-> onActivate(redirect to rolechooser(https) If use only http protocol, everthing works fine. If use only https protocol, everthing works fine. (start.page https- login.page https- rolechooser.page https) Any ideas? Argo After