[PHP] Sessions with session.use_only_cookies

2004-11-07 Thread Don
I'd like to use sessions, but implement a bit of security. As of v4.3, I have the ability to ini_set an option called session.use_only_cookies that will limit sessions to those situations where cookies are enabled, so SID won't automatically be placed in a URL. What I'm wondering is, is there

Re: [PHP] Sessions with session.use_only_cookies

2004-11-07 Thread Chris Shiflett
--- Don [EMAIL PROTECTED] wrote: What I'm wondering is, is there a test that will tell me a visitor has blocked cookies, so I can suppress any actions specific to a session? I have some example code here: http://shiflett.org/books/http-developers-handbook/code It mostly demonstrates HTTP