In my application I have two functionalities:
Login with sessions
and an article system (also using sessions over several pages)
Since the article system unset and destroy the session after saving an article, the login system does not work any more ofcourse.
Have been exploiting the Idea of using two different session with no luck, I gues that do not work.
And the the session_unregister can I not use either.
Do anyone have any ideas of how I can solve this.
been stuck for a while now.
regards,
Thomas A.