Skip to content

How to handle error "securecookie: expired timestamp" #2

@gradient-zero

Description

@gradient-zero

I get error securecookie: expired timestamp
when test server data is refreshed
cookie is sent to sever

sessionID, err := sessionStore.Get(c.Request(), sessionName)
if err != nil {
    return c.JSON(http.StatusOK, err.Error())
}

What am I supposed to do with this error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions