If my user have "BLOCK ALL COOKIES" I run into problems with _SESSION. It starts the session fine but it doesn't pass it to the next page. It works fine if the user drops their securities but we are programming for worst case senarios here.
Is there something I can put in my code to allow this to work or do I need to edit my php.ini file?
Thanks.