php.java.servlet
Class RemoteHttpSessionFacade
java.lang.Object
php.java.servlet.HttpSessionFacade
php.java.servlet.RemoteHttpSessionFacade
- All Implemented Interfaces:
- ISession
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.
| Methods inherited from class php.java.servlet.HttpSessionFacade |
destroy, get, getAll, getCachedSession, getCreationTime, getHttpServletRequest, getHttpServletResponse, getLastAccessedTime, getServletContext, getSessionCount, getTimeout, isNew, put, putAll, remove, setTimeout |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteHttpSessionFacade
protected RemoteHttpSessionFacade(SimpleServletContextFactory ctxFactory,
javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
boolean clientIsNew,
int timeout)