On a system I have developed It requires me to login using a standard and simple username and password combination.
The system I use is Django does anyone know how I can kill this session so that when a user presses log off it invokes the login screen again.
Cheers,