[opencms-dev] Login issues

KDK kkhipple at gmail.com
Fri Aug 26 21:52:39 CEST 2005


I'm currently developing a website that is having problems with the
login feature.

User visits index.html and logs in.  
Gets redirected to login.html

However if a user clicsk on index.html again, they are shown the login form.

Even though I have code to check it the user exists

<% if (user != null) {  %>

// perform redirect

<% } %>


This does not seem to work. Can anyone help me out ?



More information about the opencms-dev mailing list