Uses of Class
org.ocpsoft.rewrite.servlet.config.Session
Packages that use Session
-
Uses of Session in org.ocpsoft.rewrite.servlet.config
Methods in org.ocpsoft.rewrite.servlet.config that return SessionModifier and TypeMethodDescriptionstatic SessionSession.invalidate()Creates anHttpOperationthat callsHttpSession.invalidate()on the current session.static SessionSession.setAttribute(String name, Object value) Creates anHttpOperationthat callsHttpSession.setAttribute(String, Object)on the current session.