apache - Siteminder issue Unable to process SMSESSION cookie -
the first time i'm able logging in web page , after if click link redirecting login page.
i see message in logs "unable process smsession cookie" , there no error other this.
all technologies used tagged question.
could 1 me.
here logic fix problem until proper siteminder package:
due siteminder package update, got issue.
the siteminder setup needs changed after mvn build. hence mvn build create conf files every time. every time maven build, settings go ‘wrong’ one.
so after every maven build, following steps must followed:
brief steps: 1. in web server- remove redirect @ end 2. in app server - remove uaa, 3. in app server - remove context-param (devsecuritycontext.xml part) 4. stop , start both web , app server's .
detailed steps:
go config directory of web instance , remove line: redirect 307 /login.fcc file config/redirects.conf
go web.xml file , remove uaa filter – i.e. following lines: remove filter configurations. `
in same file above uaa modify context-param – remove devsecuritycontext : modify line: /web-inf/spring-af.xml,/config/spring/context-.xml,classpath:/config/spring/context-.xml,/web-inf/devsecuritycontext.xml /web-inf/spring-af.xml,/config/spring/context-.xml,classpath:/config/spring/context-.xml
Comments
Post a Comment