Posted by Vadim on 04/27/06 00:56
Hi!
I am developing some sort of a site in PHP. The easiest way to mantain
the session state after the login is by using session_start() and
coockie mechanisme. However, when I disable the cockies in FireFox and
IE, no session is saved and no login can be made. Even turning the
PHP.ini trans-sid to "1" doesn't help. The interesting thing is that
with coockies disabled we can't login to google or del.icio.us.
My question: is it worth to invest develop time to solve this
session_with_coockie_dissabled_ problem, if even google doesn't care
about it?
Thanks
Navigation:
[Reply to this message]
|