php.java.servlet
Class RemoteHttpSessionFacade

java.lang.Object
  extended by php.java.servlet.HttpSessionFacade
      extended by php.java.servlet.RemoteHttpSessionFacade
All Implemented Interfaces:
ISession

public class RemoteHttpSessionFacade
extends HttpSessionFacade

A custom session, used when remote PHP scripts access the servlet.In this case only the session object is available, the HttpServletRequest, HttpServletResponse and ServletContext objects are set to null.


Method Summary
 
Methods inherited from class php.java.servlet.HttpSessionFacade
destroy, get, getAll, getCreationTime, getHttpServletRequest, getHttpServletResponse, getLastAccessedTime, getServletContext, getSessionCount, getTimeout, isNew, put, putAll, remove, setTimeout
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait