Subversion Repositories SmartDukaan

Rev

Rev 16269 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16269 Rev 16270
Line 677... Line 677...
677
				$this->cookie_secure
677
				$this->cookie_secure
678
			);
678
			);
679
		if (strlen($cookie_data)>3000){
679
		if (strlen($cookie_data)>3000){
680
			log_message("error", "length of cookie is ".strlen($cookie_data));
680
			log_message("error", "length of cookie is ".strlen($cookie_data));
681
		}
681
		}
682
		log_message('error', $_SERVER['REQUEST_URI'].' '.$this->count);
-
 
683
		$this->count += 1;
-
 
684
	}
682
	}
685
 
683
 
686
	// --------------------------------------------------------------------
684
	// --------------------------------------------------------------------
687
 
685
 
688
	/**
686
	/**