sessions & phplib

wxdqz

New Member
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磘 appear. I want to appear something like:

You磖e already logging. Please retype your password...blablabla

It磗 similar to hotmail performance. If you磖e already logged and returns to hotmail磗 login page, a new page inform you are already logged.

Well, I hope someone could understand me. English is second language, sorry.

Pinowski ^_^
 
Back
Top