It seems that i can use Sessions with my win/apache/php machine without problems (no error messages when calling session_start()). But I'm not able to store variables in th session. If i call session_register() for a variable i can't use it in the next document, where I also called session_start(). Does anybody have a solution for this problem?
Johannes Bedenbender