Results for "session"

Blogs

    • enRaiser

      keystoneJS simple shopping cart part2

      (1) AJAX & session   Lets create a simple...we just add the product object to session.   var keyston...var product = result; req.session.cart.push(result); res.se...ar locals = res.locals; if(req.session.cart !=undefined ){...

      • enRaiser

        Detect First time login

        ...;, ‘mysite_hook_forward_system’); function mysite_hook_forward_system($hook, $type, $returnvalue, $params) { //global $SESSION; $url = $_SESSION[‘forward_link’];...

      • +3 more Blogs

      products

        • enRaiser

          Locate

          ...ge is preambled with current page. ‘when’ =>’thissession’ the usermessage is preabled with all the pages untill this session expires. ‘when’...

          • enRaiser

            User Message

            ...ge is preambled with current page. ‘when’ =>’thissession’ the usermessage is preabled with all the pages untill this session expires. ‘when’...

          Tags

            • enRaiser

              keystoneJS simple shopping cart part2

              (1) AJAX & session   Lets create a simple cart in right corner of nav bar.add this code in   temples/layouts/default.jade after Sign in. else li: a(href='/keystone/signin') Sign In li: a(href='/mycart') div(class="row"...

              Tags: keyatonejs, keystone.js, session, ajax, node.js, shopping cart