i'm setting session.cookie_ secure = "on" via .htaccess and it works -
confirmed by phpinfo(). this i tought enforces a secure transmission
of the session-id.
as far as i can see, the session cookie gets set, but i don't seem to
be able to store any vars in the session? am i missing something?
any help appreciated, micha
confirmed by phpinfo(). this i tought enforces a secure transmission
of the session-id.
as far as i can see, the session cookie gets set, but i don't seem to
be able to store any vars in the session? am i missing something?
any help appreciated, micha
Comment