Topic: Login issues
Hi,
My forum was working for a while, but now I am having login issues. Where a user logs in successfully, is redirected back to the index page, but then is not actually logged in. This seems to be happening for a number of users.
Below is my config.php file
$cookie_name = 'avrilbb';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '30e6332b';
define('PUN', 1);
You can view my site here - http://forum.avril.pl
Thanks in advance for your help.
dadee