Posted by ZeldorBlat on 10/21/05 02:41
You might be able to have multiple sessions simultaneously by using
session_name(), but I haven't tried it.
Why do you need to start a new session though? Just add something to
their regular session that says they logged in and can access their
special area.
If you want to get really fancy you can write a session class, then
extend it with another session class for logged in users.
[Back to original message]
|