문제

I have a Stripes website and I will have one page that will get lots of hits, and I was asked to make sure Stripes does not create a user session when someone navigates to this page.

Is there a way to make sure does not create a session when a user goes to a certain action?

도움이 되었습니까?

해결책

You need to create an Interceptor and when ever action is been called for which you don't want to create session.. just look if response have 'SET-Cookie' in header, If it is remove that header content. I hope your problem will get solved.

regards
kishor

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top