User registration cookie settings
  • Is there any way to control when the cookie set by v:users:login expires?

  • 4 Answers sorted by
  • Try putting this into a .htaccess file:

    php_value session.cookie_lifetime 3600
    php_value session.gc_maxlifetime 3600


    The values are in seconds, so that would be a one-hour cookie. Adjust accordingly.

  • Thanks, Kevin. Going to give this a shot after I'm done debugging over here.

    Another semi-related note, are you still considering integrating the user registration functions into the PHP API?

  • Update: Yep, that did the trick!

    Thanks again.

  • As far as the user registration goes, they're just content, so you can use vae_create().

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

In this Discussion