Skip navigation links


com.bea.p13n.util
Class SessionUtil

java.lang.Object
  extended by com.bea.p13n.util.SessionUtil


public class SessionUtil
extends Object

Utility methods for session


Constructor Summary
SessionUtil()
           

 

Method Summary
static String getSessionCookieName(weblogic.servlet.internal.WebAppServletContext webappServletContext)
          Returns the cookie name of the session cookie.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SessionUtil

public SessionUtil()

Method Detail

getSessionCookieName

public static String getSessionCookieName(weblogic.servlet.internal.WebAppServletContext webappServletContext)
Returns the cookie name of the session cookie. Normally this is JSESSIONID, but this can be overridden in the weblogic.xml.
Parameters
WebAppServletContext -
Returns
String containing session cookie name

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.