PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
If all Block All Cookies in IE is disabled, will sessions work?
I cant seem to get IE to accept my session variable if Privacy is set to "Block All Cookies" (this highest setting), does this also block php session variable?
If Privacy is set to high the session variables work and if i use a custom setting "Block all 1st party cookies, block all 3rd party cookies, allow session cookies" it works.
Can anyone confirm or deny that session variables will work if "Block All Cookies" is set in IE? A session variable isn't a cookie is it? Where are session variables actually stored?