-
Feb 10th, 2011, 07:36 AM
#1
Problem with session-management
Hello !!
I am getting the following exception:
java.lang.ClassCastException: org.springframework.context.event.ContextRefreshed Event cannot be cast to org.springframework.security.core.session.SessionD estroyedEvent
My configuration is the following one:
web.xml
<listener>
<listener-class>org.springframework.security.web.session.Htt pSessionEventPublisher</listener-class>
</listener>
applicationContext-security.xml
<security:http auto-config="true">
....
<security:logout />
<session-management session-fixation-protection="none">
<concurrency-control max-sessions="1" expired-url="/login.htm" />
</session-management>
</security:http>
Can anybody help me ???
-
Feb 10th, 2011, 08:35 AM
#2
Please provide a full stack trace (using the code tags)?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules