org.ofbiz.catalina.container
Class CrossSubdomainSessionValve

java.lang.Object
  extended by ValveBase
      extended by org.ofbiz.catalina.container.CrossSubdomainSessionValve

public class CrossSubdomainSessionValve
extends ValveBase


Field Summary
static java.lang.String module
           
 
Constructor Summary
CrossSubdomainSessionValve()
           
 
Method Summary
 void invoke(Request request, Response response)
           
protected  void replaceCookie(Request request, Response response, Cookie cookie)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module
Constructor Detail

CrossSubdomainSessionValve

public CrossSubdomainSessionValve()
Method Detail

invoke

public void invoke(Request request,
                   Response response)
            throws java.io.IOException,
                   ServletException
Throws:
java.io.IOException
ServletException

replaceCookie

protected void replaceCookie(Request request,
                             Response response,
                             Cookie cookie)