4.4.13. Session
Das Plugin ermöglicht die Verwendung von Sessions in dem MyOOS [Shopsystem].
Beispiel 4.2. Debug-Modus ~/shop/includes/oos_nice_exit.php
echo '<pre>';
print_r($_SESSION);
echo '</pre>';
Beispiel 4.3. Ausgabe der Session
Array
(
[cart] => shoppingCart Object
(
[contents] => Array
(
)
[total] => 0
[weight] => 0
[cartID] =>
[content_type] =>
)