org.springframework.security.util
Class SessionUtils

java.lang.Object
  extended by org.springframework.security.util.SessionUtils

public final class SessionUtils
extends java.lang.Object

Since:
2.0
Version:
$Id: SessionUtils.java 2803 2008-03-26 00:00:56Z luke_t $
Author:
Luke Taylor

Method Summary
static void startNewSessionIfRequired(javax.servlet.http.HttpServletRequest request, boolean migrateAttributes, SessionRegistry sessionRegistry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

startNewSessionIfRequired

public static void startNewSessionIfRequired(javax.servlet.http.HttpServletRequest request,
                                             boolean migrateAttributes,
                                             SessionRegistry sessionRegistry)