Good Morning!
Knowing that "session.use_trans_sid" is enabled on
my server, and that it is said that such a setting
would allow the use of PHP sessions even if users
don't have cookies enabled, I've done a test with IE:
There are two types of cookies in the cookies settings.
"normal cookies" and "session cookies".
When I disable session cookies, php sessions won't work.
Is it normal?
Are we talking about the same "session" (cookie session vs
php session)?
If it is the case, is there a way to use php sessions even when the two types of cookies are disabled?
What I don't understand also is that, knowing that session.use_trans_sid should allow session ID to be sent via URLs, how could it be possible that "cookie session" shoud be enabled?
I guess I am doing something wrong.
I would be definitively grateful to you if you could
tell me what it is.
Thanks a lot!
Knowing that "session.use_trans_sid" is enabled on
my server, and that it is said that such a setting
would allow the use of PHP sessions even if users
don't have cookies enabled, I've done a test with IE:
There are two types of cookies in the cookies settings.
"normal cookies" and "session cookies".
When I disable session cookies, php sessions won't work.
Is it normal?
Are we talking about the same "session" (cookie session vs
php session)?
If it is the case, is there a way to use php sessions even when the two types of cookies are disabled?
What I don't understand also is that, knowing that session.use_trans_sid should allow session ID to be sent via URLs, how could it be possible that "cookie session" shoud be enabled?
I guess I am doing something wrong.
I would be definitively grateful to you if you could
tell me what it is.
Thanks a lot!