--- "Dominik W." <[EMAIL PROTECTED]> wrote:
> With the following script, i cannot create a session with 
> session.use_only_cookies 'on'
> When i login, the server NEVER set a cookie with the sessionID on my 
> client... and he adds the SID to all my relating links on page.

I'm going to make a guess at two things:

1. Your browser is set to not accept cookies.
2. You have session.use_trans_sid enabled in your php.ini.

Can you check these things?

Hope that helps.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security Handbook
     Coming mid-2004
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to