Search:

Type: Posts; User: Errol

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    5,232

    is this correct ...

    is this correct



    //session_set_cookie_params(0, $domain_info['path'], $domain_info['domain']);
    session_set_cookie_params(0, ltrim($domain_info['path'], '.'), $domain_info['domain']);
  2. Replies
    3
    Views
    5,232

    Change Cookie Domain

    How can i change my cookie domain from the top level domain to a sub-domain.

    Example: cookie for top level domain -> domain.com <- covers all sub-domains.

    I only want cookie to cover ->...
Results 1 to 2 of 2