Changeset 326


Ignore:
Timestamp:
Jan 29, 2004, 9:59:50 PM (20 years ago)
Author:
z0rglub
Message:

add session id to url if no cookie is created

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/profile.php

    r312 r326  
    110110    // redirection
    111111    $url = 'category.php';
    112     if ( isset( $_POST['create_cookie'] ) ) $url = add_session_id( $url,true );
     112    if ( !isset($_POST['create_cookie']) ) $url = add_session_id( $url,true );
    113113    header( 'Request-URI: '.$url ); 
    114114    header( 'Content-Location: '.$url ); 
Note: See TracChangeset for help on using the changeset viewer.