Hi!
Maybe this is a question for a phplib forum (anybody knows someone?), but what a hell...
OK. So I start my session with auth, user and perm required. In something like that:
page_open("sess" => "Example_Session",
"auth" => "Example_Auth",
...
);
Not problem. When page_open occurs loginform executes, and login screen appears (you know...?). But I want that when a session already exists, login screen dosen´t appear. I want to appear something like:
You´re already logging. Please retype your password...blablabla
It´s similar to hotmail performance. If you´re already logged and returns to hotmail´s login page, a new page inform you are already logged.
Well, I hope someone could understand me. English is second language, sorry.
Pinowski _