I'm using a loginscript with the same username and passwords as on my wordpressblog where I set my sessions like this:
$_SESSION['sess_user'] = $_POST['user'];
Is it possible to on the same time set the sessions for the wordpressblog?
I'm using a loginscript with the same username and passwords as on my wordpressblog where I set my sessions like this:
$_SESSION['sess_user'] = $_POST['user'];
Is it possible to on the same time set the sessions for the wordpressblog?
This topic has been closed to new replies.