Hello, I want to use the Zend_Session Functions without cookies. So, when I use Zend_Session::start() to start a session, I get a new session_id with every click, When I use session_start() to start a session, everything works fine.
I just start the Session, so no more other session related Code... My Session Settings: session.auto_start is off session.use_cookies is off session.use_only_cookies is off session.use_trans_sid is on Where is my Problem? Greetings, Stefan Sturm
