소스 검색

tracking cookie only goes for last send, as it can only set once, and cannot be overwritten.

master
sp 4 년 전
부모
커밋
64cc9648e6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      apiv1.go

+ 0
- 1
apiv1.go 파일 보기

@@ -47,7 +47,6 @@ func apiV1Main(w http.ResponseWriter, r *http.Request) {
session.RenewIfExpireSoon()
session.SetRemote(r) //make sure they are using latest remote
session.Add("mid", apiV1GetMachineId(r)) //set machine id
apiV1AddTrackingCookie(w, r, &session) // add tracking cookie to client

//we have a session now, either guest or valid user
//search through handler

Loading…
취소
저장