1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.11 Maintainer: luk Status: ready -->
<chapter id="features.cookies">
<title>Cookies</title>
<para>
PHP transparentn podporuje HTTP cookies. Cookies jsou mechanismem na
ukldn dat ve vzdlenm browseru a tud sledovn nebo identifikaci
vracejcch se uivatel. Cookies mete nastavovat pomoc funkce
<function>setcookie</function>. Cookies jsou soust HTTP hlaviky,
tud <function>setcookie</function> se mus volat ped odeslnm vstupu
do browseru. To je stejn omezen, jako m funkce <function>header</function>.
</para>
<para>
Vechny cookies pijat od klienta se automaticky stvaj PHP promnnou
stejn jako u GET a POST dat. Pokud chcete piadit jednomu cookie vce
hodnot, pidejte <emphasis>[]</emphasis> na konec jmna cookie. Vce
detail viz funkce <function>setcookie</function>.</para>
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->
|