thomas
|
| Posted: 01/05/2003, 6:24 AM |
|
Hi,
how can i run the bookstore example on codecharge studio 2, if
cookies on my ie6.0 browser are disabled ?
on my server is freebsd 4.7, php 4.2.3 and mysql 3.23.49 installed
if i enable cookies everything will run fine ... but for security reason i must disabled them ...
thomas
|
|
|
 |
Uli
|
| Posted: 01/12/2003, 8:50 AM |
|
In the first place, there is no _security_ reason to disable cookies,
it's mostly a question of privacy instead.
However, the problem is that a CC-generated site must serve
all kinds of users anyway, even if they don't have cookies enable.
Being a CC newbie, as far as I understood CC uses generic
session functions and no specific cookie functionality (CC experts:
is that correct?)
Therefore, you should examine the session configuration in
your php.ini and try to enable/configure non-cookie sessions there.
I would be interested in comments from more advanced cc users on
this issue, especially whether CC-generated sites are compatible
with php's built-in automatic SessionID propagation via get parameters.
|
|
|
 |
|