hi,
is there a way for intercept a user when login via cookie?
For example, when a user login with a form (no cookie stored) is
possible to intercept them with hook user:
function hook_user($type, &$edit, &$user, $category = FALSE) {
	if ($type == 'login') {
Thanks a lot
Vita