I use the $_SESSION var to keep control of sessions, but I have problems with IE. IE wont use the cookies that is created. Every time session_start() is called, the browser creates another cookie without using the one allready created...I got the same problem with Mozilla FireFox, but not i Opera.
I need som clues. Thanks in advance.