[opencms-dev] Login/Logout problem

Thomas März thomasmaerz at gmx.de
Thu Oct 2 01:57:01 CEST 2003


"A. Schirmacher" <nn4l at yahoo.de> writes:

if (logout != null) {
	session.invalidate();	
}
if (form_login != null) {
	String user = cmsObject.loginUser(form_username, form_password);
	session = cmsObject.getRequestContext().getSession(true);
%>

This means: get a session when logging in and invalidate when logging out.




More information about the opencms-dev mailing list