From:             [EMAIL PROTECTED]
Operating system: RH Linux 7.2
PHP version:      4.1.2
PHP Bug Type:     Feature/Change Request
Bug description:  GET-style session fallback -- Incessant asking for cookie

This may be a documentation clarification issue, or it may be a session
bug.  In either case this seems like the most beneign way to report it.

I've searched the on-line bug and email archives as well as read the
annotated documentation and I can't tell if this is the normal, expected
behavoir or not:

On page1.php I use session_start(), reject the cookie
follow a link to page2.php (the PHPSESSID was properly appended)

On arrival at page2.php I am again prompted to accept/reject the cookie. 
I understand that choosing prompt/always/never is a browser/user decision,
but shouldn't session_start detect that a session exists and that the
cookie was rejected and not keep bugging the user?  (Is this a bug or a
feature request?)

Eric Nielsen
-- 
Edit bug report at http://bugs.php.net/?id=15960&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15960&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15960&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15960&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15960&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15960&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15960&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15960&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15960&r=submittedtwice

Reply via email to