Hello !
I want to do a user logon-system: The user could log on with name und password and then browse through the site with some more or less restrictions (depending on who he is). When he leaves the site and closes the browser, his "rights" should be gone and he has to login again.
How is it done ? I found out, that I got to do it with session-things, but I haven't found...
- How it's done
- Where to configure, that the session should end when the user leaves the site.
Any hints... ?
Martin