I realize this probably isn't something that can be done, or probably something that shouldn't be done. But here's my situation. Perhaps someone knows of a better way to go about it than I do.
I have two sections that both have logins. Admin and Members. Some Admins can access the Members section and I don't want them to have to log in twice. I also don't want logging out of one area to log them out of both - so I used session names to separate the two.
Is there a way for me to check if the session named 'admin' exists and if so to hand it's values over to the portal session? Or perhaps there's a better way of going about this that I simply haven't found yet?